ecyht2 commited on
Commit
d4dec50
1 Parent(s): 5a8ff4e

fix: Updated title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ gr.ChatInterface(
127
  chatbot=gr.Chatbot(show_label=False, show_share_button=False,
128
  show_copy_button=True, likeable=True, layout="panel"),
129
  additional_inputs=additional_inputs,
130
- title="Dolphin Mistral",
131
  examples=examples,
132
  concurrency_limit=20,
133
  ).launch(show_api=False)
 
127
  chatbot=gr.Chatbot(show_label=False, show_share_button=False,
128
  show_copy_button=True, likeable=True, layout="panel"),
129
  additional_inputs=additional_inputs,
130
+ title="Mixtral Instruct",
131
  examples=examples,
132
  concurrency_limit=20,
133
  ).launch(show_api=False)