ysharma HF staff commited on
Commit
f95841a
1 Parent(s): c1127b8

increased threads

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ def predict(message, chatbot):
61
  gr.Warning("This line is not valid JSON: ", json_line)
62
  continue
63
 
64
- gr.ChatInterface(predict, title=title, description=description, css=css).queue(concurrency_count=40).launch()
 
61
  gr.Warning("This line is not valid JSON: ", json_line)
62
  continue
63
 
64
+ gr.ChatInterface(predict, title=title, description=description, css=css).queue(concurrency_count=75).launch()