IlyaGusev commited on
Commit
a600f12
·
verified ·
1 Parent(s): 98f71c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,5 +367,5 @@ with gr.Blocks(
367
  # Clear history
368
  clear.click(lambda: None, None, chatbot, queue=False)
369
 
370
- demo.queue(max_size=128, concurrency_count=1)
371
  demo.launch(show_error=True)
 
367
  # Clear history
368
  clear.click(lambda: None, None, chatbot, queue=False)
369
 
370
+ demo.queue(max_size=128)
371
  demo.launch(show_error=True)