CaioXapelaum commited on
Commit
3993430
·
verified ·
1 Parent(s): fd5c4f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -239,14 +239,7 @@ demo = gr.ChatInterface(
239
  label="Repetition penalty",
240
  ),
241
  ],
242
- retry_btn="Retry",
243
- undo_btn="Undo",
244
- clear_btn="Clear",
245
- submit_btn="Send",
246
  title="Chat with lots of Models and LLMs using llama.cpp",
247
- chatbot=gr.Chatbot(
248
- scale=1
249
- )
250
  )
251
 
252
  if __name__ == "__main__":
 
239
  label="Repetition penalty",
240
  ),
241
  ],
 
 
 
 
242
  title="Chat with lots of Models and LLMs using llama.cpp",
 
 
 
243
  )
244
 
245
  if __name__ == "__main__":