ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:19:04 +08:00
parent 06dc95ee24
commit 436ee2fc39
1 changed files with 2 additions and 2 deletions

4
app.py
View File

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