Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,6 +90,5 @@ gr.ChatInterface(
|
|
90 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
91 |
additional_inputs=additional_inputs,
|
92 |
title="Mixtral 8X7B",
|
93 |
-
examples=examples,
|
94 |
concurrency_limit=20,
|
95 |
).launch(show_api=False)
|
|
|
90 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
91 |
additional_inputs=additional_inputs,
|
92 |
title="Mixtral 8X7B",
|
|
|
93 |
concurrency_limit=20,
|
94 |
).launch(show_api=False)
|