Update app.py
Browse files
app.py
CHANGED
@@ -597,5 +597,5 @@ with gr.Blocks(css=css) as demo:
|
|
597 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
598 |
|
599 |
if not is_colab:
|
600 |
-
demo.queue(concurrency_count=
|
601 |
demo.launch(debug=is_colab, enable_queue=True, share=is_colab)
|
|
|
597 |
print(f"Space built in {time.time() - start_time:.2f} seconds")
|
598 |
|
599 |
if not is_colab:
|
600 |
+
demo.queue(concurrency_count=1)
|
601 |
demo.launch(debug=is_colab, enable_queue=True, share=is_colab)
|