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