Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,14 +133,11 @@ demo = gr.ChatInterface(
|
|
133 |
label="Repetition penalty",
|
134 |
),
|
135 |
],
|
136 |
-
|
137 |
-
undo_btn="Undo",
|
138 |
-
clear_btn="Clear",
|
139 |
-
submit_btn="Send",
|
140 |
-
title="GWQ PREV",
|
141 |
chatbot=gr.Chatbot(
|
142 |
scale=1,
|
143 |
-
show_copy_button=True
|
|
|
144 |
)
|
145 |
)
|
146 |
|
|
|
133 |
label="Repetition penalty",
|
134 |
),
|
135 |
],
|
136 |
+
title="GWQ Prev",
|
|
|
|
|
|
|
|
|
137 |
chatbot=gr.Chatbot(
|
138 |
scale=1,
|
139 |
+
show_copy_button=True,
|
140 |
+
type="messages"
|
141 |
)
|
142 |
)
|
143 |
|