IlyaGusev commited on
Commit
b19f953
1 Parent(s): ab4b64a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,5 +203,5 @@ with gr.Blocks(
203
  # Clear history
204
  clear.click(lambda: None, None, chatbot, queue=False)
205
 
206
- demo.queue(max_size=128, concurrency_count=1)
207
  demo.launch()
 
203
  # Clear history
204
  clear.click(lambda: None, None, chatbot, queue=False)
205
 
206
+ demo.queue(max_size=128)
207
  demo.launch()