ML610 commited on
Commit
5ad7f36
1 Parent(s): dfb6a5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,4 +28,5 @@ UI = gr.ChatInterface(
28
  clear_btn="Clear chat"
29
  )
30
 
 
31
  UI.launch()
 
28
  clear_btn="Clear chat"
29
  )
30
 
31
+ UI.queue(max_size=10, concurrency_count=4)
32
  UI.launch()