Spaces:
Running
Running
allow concurrency
Browse files
app.py
CHANGED
@@ -372,4 +372,4 @@ with gr.Blocks(delete_cache=(86400, 86400)) as demo:
|
|
372 |
""")
|
373 |
import_button.upload(import_history, inputs=[chatbot, import_button], outputs=[chatbot, system_prompt])
|
374 |
|
375 |
-
demo.queue().launch()
|
|
|
372 |
""")
|
373 |
import_button.upload(import_history, inputs=[chatbot, import_button], outputs=[chatbot, system_prompt])
|
374 |
|
375 |
+
demo.queue(default_concurrency_limit = None).launch()
|