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

Update app.py

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