Spaces:
Sleeping
Sleeping
Commit
·
1e8fec4
1
Parent(s):
11332ca
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ gr.ChatInterface(
|
|
| 103 |
fn=generate,
|
| 104 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 105 |
additional_inputs=additional_inputs,
|
| 106 |
-
title="
|
| 107 |
examples=examples,
|
| 108 |
description=description,
|
| 109 |
concurrency_limit=20,
|
|
|
|
| 103 |
fn=generate,
|
| 104 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 105 |
additional_inputs=additional_inputs,
|
| 106 |
+
title="Mixtral-8x7B-Chat",
|
| 107 |
examples=examples,
|
| 108 |
description=description,
|
| 109 |
concurrency_limit=20,
|