ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:27:11 +08:00
parent d2a8a6cb11
commit 2608b9aeea
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -31,4 +31,4 @@ demo = gr.Interface(fn=image_classification,
if __name__ == "__main__":
demo.queue(concurrency_count=10)
demo.launch()
demo.launch(server_name = "0.0.0.0")