Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def generate(
|
|
42 |
|
43 |
gr.ChatInterface(
|
44 |
fn=generate,
|
45 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=
|
46 |
title="Mistral-7B-Instruct-v0.2",
|
47 |
concurrency_limit=10,
|
48 |
).launch(show_api=False)
|
|
|
42 |
|
43 |
gr.ChatInterface(
|
44 |
fn=generate,
|
45 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
|
46 |
title="Mistral-7B-Instruct-v0.2",
|
47 |
concurrency_limit=10,
|
48 |
).launch(show_api=False)
|