ysharma HF staff commited on
Commit
8c7d524
1 Parent(s): 1536e07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,4 +208,4 @@ with gr.Blocks() as demo:
208
  chatbot_batch.like(vote, None, None)
209
  chat_interface_batch.render()
210
 
211
- demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
 
208
  chatbot_batch.like(vote, None, None)
209
  chat_interface_batch.render()
210
 
211
+ demo.queue(max_size=100).launch()