TobDeBer commited on
Commit
da2368a
1 Parent(s): 3f84f09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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(