ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:28:28 +08:00
parent b6ffc33c64
commit 6b0b9fd9ef
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -53,4 +53,4 @@ gr.Interface(
article=article,
examples=examples,
theme=theme,
).launch(debug=True, enable_queue=True)
).launch(debug=True, enable_queue=True, server_name = "0.0.0.0")