ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:29:37 +08:00
parent 913ab7b21a
commit 22530f0ed2
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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