sharsh02 commited on
Commit
2a49a73
1 Parent(s): eb5d02c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -441,4 +441,4 @@ demo = gr.ChatInterface(
441
  }"""
442
  )
443
 
444
- demo.queue().launch(show_api=False)
 
441
  }"""
442
  )
443
 
444
+ demo.queue(max_size=10).launch(show_api=False)