Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ gr.ChatInterface(
|
|
102 |
fn=generate,
|
103 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
104 |
additional_inputs=additional_inputs,
|
105 |
-
title="Mixtral
|
106 |
examples=examples,
|
107 |
concurrency_limit=20,
|
108 |
).launch(share=True,show_api=True)
|
|
|
102 |
fn=generate,
|
103 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
104 |
additional_inputs=additional_inputs,
|
105 |
+
title="Mixtral 8x7B-Instruct-v0.1",
|
106 |
examples=examples,
|
107 |
concurrency_limit=20,
|
108 |
).launch(share=True,show_api=True)
|