ip
Build-Deploy-Actions Details

This commit is contained in:
jianjiang 2023-04-21 17:29:01 +08:00
parent f92326f8af
commit 8d7bcc00ad
1 changed files with 1 additions and 1 deletions

2
app.py
View File

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