Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -170,9 +170,9 @@ demo = gr.ChatInterface(
|
|
170 |
),
|
171 |
],
|
172 |
#retry_btn="Retry",
|
173 |
-
undo_btn="Undo",
|
174 |
-
clear_btn="Clear",
|
175 |
-
submit_btn="Send",
|
176 |
title="Chat with Qwen 2 and friends using llama.cpp",
|
177 |
description=description,
|
178 |
chatbot=gr.Chatbot(
|
|
|
170 |
),
|
171 |
],
|
172 |
#retry_btn="Retry",
|
173 |
+
#undo_btn="Undo",
|
174 |
+
#clear_btn="Clear",
|
175 |
+
#submit_btn="Send",
|
176 |
title="Chat with Qwen 2 and friends using llama.cpp",
|
177 |
description=description,
|
178 |
chatbot=gr.Chatbot(
|