Omnibus commited on
Commit
8e001ef
1 Parent(s): 0b190f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ gr.ChatInterface(
102
  fn=generate,
103
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
104
  additional_inputs=additional_inputs,
105
- title="Mixtral 46.7B",
106
  examples=examples,
107
  concurrency_limit=20,
108
  ).launch(share=True,show_api=True)
 
102
  fn=generate,
103
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
104
  additional_inputs=additional_inputs,
105
+ title="Mixtral 8x7B-Instruct-v0.1",
106
  examples=examples,
107
  concurrency_limit=20,
108
  ).launch(share=True,show_api=True)