littlebird13 commited on
Commit
a236fda
1 Parent(s): 4f69a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ with gr.Blocks() as demo:
95
  inputs=[system_input],
96
  outputs=[system_state, system_input, chatbot])
97
 
98
- demo.queue(concurrency_count=30,api_open=False).launch(height=800, share=False)
 
95
  inputs=[system_input],
96
  outputs=[system_state, system_input, chatbot])
97
 
98
+ demo.queue(api_open=False).launch(max_threads=10,height=800, share=False)