IlyaGusev commited on
Commit
94867a8
1 Parent(s): 949cae6

Update app.py

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