steef68 commited on
Commit
0dd69f2
·
verified ·
1 Parent(s): 79d2b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,5 +90,5 @@ gr.ChatInterface(
90
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
91
  additional_inputs=additional_inputs,
92
  title="Mixtral 8X7B",
93
- concurrency_limit=20,
94
  ).launch(show_api=False)
 
90
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
91
  additional_inputs=additional_inputs,
92
  title="Mixtral 8X7B",
93
+ concurrency_limit=10,
94
  ).launch(show_api=False)