owaiskha9654 commited on
Commit
8f2438c
1 Parent(s): d578004

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ gr.ChatInterface(
180
 
181
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
182
  additional_inputs=additional_inputs,
183
- title="Mixtral 46.7B",
184
  examples=examples,
185
  concurrency_limit=20,
186
  ).launch()
 
180
 
181
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
182
  additional_inputs=additional_inputs,
183
+ title="MANUU Chatbot Mixtral 46.7B Model Instructor Base Context Embeddings",
184
  examples=examples,
185
  concurrency_limit=20,
186
  ).launch()