Manjushri commited on
Commit
c9fcdcd
1 Parent(s): b1cd096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def chat(Prompt):
14
  return bot
15
 
16
 
17
- gr.Interface(fn=chat, inputs='text', outputs='text').launch(debug=True)
 
14
  return bot
15
 
16
 
17
+ gr.Interface(fn=chat, inputs='text', outputs='text').queue(max_queue=10).launch(max_threads=40, debug=True)