ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:26:28 +08:00
parent ac50ab9be5
commit 33cf08c4ef
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -57,4 +57,4 @@ gr.Interface(
description="A simple interface to detect 45 languages.",
article=article,
theme=theme
).launch()
).launch(server_name= "0.0.0.0")