Spaces:
Running
Running
set concurrency_count to 1
Browse files
app.py
CHANGED
|
@@ -264,5 +264,5 @@ with gr.Blocks(css=css) as demo:
|
|
| 264 |
''')
|
| 265 |
|
| 266 |
if not is_colab:
|
| 267 |
-
demo.queue(concurrency_count=
|
| 268 |
demo.launch(debug=is_colab, share=is_colab)
|
|
|
|
| 264 |
''')
|
| 265 |
|
| 266 |
if not is_colab:
|
| 267 |
+
demo.queue(concurrency_count=1)
|
| 268 |
demo.launch(debug=is_colab, share=is_colab)
|