xianbao HF staff commited on
Commit
7424cc4
1 Parent(s): 1b4bebf

Update app.py

Browse files
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)