ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:18:30 +08:00
parent 695921e4ec
commit 068ef782af
1 changed files with 1 additions and 2 deletions

3
app.py
View File

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