Spaces:
Running
Running
increase concurrency limit
Browse files
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()
|