sam2ai commited on
Commit
c53e9e6
·
1 Parent(s): 418d3f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,5 +56,5 @@ demo = gr.ChatInterface(
56
  undo_btn="Delete Previous",
57
  clear_btn="Clear",
58
  )
59
- demo.queue(concurrency_count=1, max_size=5)
60
  demo.launch()
 
56
  undo_btn="Delete Previous",
57
  clear_btn="Clear",
58
  )
59
+ demo.queue(concurrency_limit=1, max_size=5)
60
  demo.launch()