charanhu commited on
Commit
c39d81b
1 Parent(s): 1afe06d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Mixtral-8x7B-Instruct-v0.1",
101
  examples=examples,
102
  concurrency_limit=20,
103
  ).launch(show_api=False)