Spaces:
Runtime error
Runtime error
Commit
·
ea649ef
1
Parent(s):
cf9611a
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 93 |
gr.HTML("<h1><center>Mixtral 70B<h1><center>")
|
| 94 |
gr.ChatInterface(
|
| 95 |
fn=generate,
|
| 96 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
|
| 97 |
additional_inputs=additional_inputs
|
| 98 |
)
|
| 99 |
|
|
|
|
| 93 |
gr.HTML("<h1><center>Mixtral 70B<h1><center>")
|
| 94 |
gr.ChatInterface(
|
| 95 |
fn=generate,
|
| 96 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 97 |
additional_inputs=additional_inputs
|
| 98 |
)
|
| 99 |
|