Spaces:
Sleeping
Sleeping
fix: Updated title
Browse files
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="
|
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)
|