karths commited on
Commit
3c57b86
·
verified ·
1 Parent(s): 4990331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,4 +192,4 @@ with gr.Blocks() as demo:
192
  chatbot_batch.like(vote, None, None)
193
  chat_interface_batch.render()
194
 
195
- demo.queue(max_size=100).launch()
 
192
  chatbot_batch.like(vote, None, None)
193
  chat_interface_batch.render()
194
 
195
+ demo.queue(max_size=2).launch()