Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,6 +89,7 @@ additional_inputs=[
|
|
89 |
gr.ChatInterface(
|
90 |
fn=generate,
|
91 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
|
|
|
92 |
title="Mixtral 8X7B-v0.2",
|
93 |
concurrency_limit=10,
|
94 |
).launch(show_api=False)
|
|
|
89 |
gr.ChatInterface(
|
90 |
fn=generate,
|
91 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
|
92 |
+
additional_inputs=additional_inputs,
|
93 |
title="Mixtral 8X7B-v0.2",
|
94 |
concurrency_limit=10,
|
95 |
).launch(show_api=False)
|