Increase the concurrency limit

#1
by xianbao HF staff - opened
Files changed (1) hide show
  1. app.py +1 -1
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)