globecen commited on
Commit
6de1a0c
·
1 Parent(s): a71cf4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,7 +97,7 @@ gr.ChatInterface(
97
  fn=generate,
98
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  additional_inputs=additional_inputs,
100
- title="Mixtral 46.7B",
101
  examples=examples,
102
- concurrency_limit=20,
103
  ).launch(show_api=False)
 
97
  fn=generate,
98
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  additional_inputs=additional_inputs,
100
+ title="globecen bot",
101
  examples=examples,
102
+ concurrency_limit=200,
103
  ).launch(show_api=False)