ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:30:02 +08:00
parent 062b4379b2
commit b678344a15
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -30,4 +30,4 @@ demo = gr.Interface(fn=sentiment_analysis,
if __name__ == "__main__":
# demo.queue(concurrency_count=3)
demo.launch()
demo.launch(server_name = "0.0.0.0")