cafe3310 commited on
Commit
a3b65ba
·
1 Parent(s): cb6eafc

increase concurrency limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue"), head=MERMAID_SCRIPT)
119
  js=workflow_js_trigger
120
  )
121
 
122
- demo.launch()
 
119
  js=workflow_js_trigger
120
  )
121
 
122
+ demo.queue(default_concurrency_limit=10).launch()