Spaces:
Running
Running
Increase the concurrency limit
#1
by
xianbao
HF staff
- opened
app.py
CHANGED
@@ -93,5 +93,5 @@ with gr.Blocks() as demo:
|
|
93 |
inputs=[system_input],
|
94 |
outputs=[system_state, system_input, chatbot])
|
95 |
|
96 |
-
demo.queue(api_open=False)
|
97 |
demo.launch(max_threads=30)
|
|
|
93 |
inputs=[system_input],
|
94 |
outputs=[system_state, system_input, chatbot])
|
95 |
|
96 |
+
demo.queue(api_open=False, default_concurrency_limit=30)
|
97 |
demo.launch(max_threads=30)
|