Spaces:
Running
Running
Changed the concurrency limit.
Browse files
app.py
CHANGED
|
@@ -183,4 +183,4 @@ with gr.Blocks(title_text, css=css) as demo:
|
|
| 183 |
|
| 184 |
demo.load(update_initial_model_choice, outputs=model_selector)
|
| 185 |
|
| 186 |
-
demo.launch()
|
|
|
|
| 183 |
|
| 184 |
demo.load(update_initial_model_choice, outputs=model_selector)
|
| 185 |
|
| 186 |
+
demo.launch(concurrency_count=6)
|