ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:27:54 +08:00
parent 2aabc7f417
commit ef92f57c04
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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