ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:17:36 +08:00
parent fa97fc8882
commit 931e3a8a80
1 changed files with 2 additions and 2 deletions

4
app.py
View File

@ -35,5 +35,5 @@ demo = gr.Interface(fn=translation,
if __name__ == "__main__":
# demo.queue(concurrency_count=3)
# demo.launch(server_name = "0.0.0.0", server_port = 7028)
demo.launch()
demo.launch(server_name = "0.0.0.0")
#demo.launch()