Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,9 +95,9 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
|
|
95 |
|
96 |
gr.ChatInterface(
|
97 |
fn=generate,
|
98 |
-
chatbot=gr.Chatbot(show_label=
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Mixtral 46.7B",
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
-
).launch(show_api=True
|
|
|
95 |
|
96 |
gr.ChatInterface(
|
97 |
fn=generate,
|
98 |
+
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Mixtral 46.7B",
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
+
).launch(show_api=True)
|