John6666 commited on
Commit
290ad14
·
verified ·
1 Parent(s): e7ae360

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -85,9 +85,9 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_ca
85
  gr.ChatInterface(
86
  fn=respond_playground,
87
  #title="Chat with lots of Models and LLMs using llama.cpp",
88
- retry_btn="Retry",
89
- undo_btn="Undo",
90
- clear_btn="Clear",
91
  submit_btn="Send",
92
  #additional_inputs_accordion='gr.Accordion(label="Additional Inputs", open=False)',
93
  additional_inputs=[pg_chat_model, pg_chat_sysmsg, pg_chat_tokens, pg_chat_temperature, pg_chat_topp, pg_chat_topk, pg_chat_rp, state],
 
85
  gr.ChatInterface(
86
  fn=respond_playground,
87
  #title="Chat with lots of Models and LLMs using llama.cpp",
88
+ #retry_btn="Retry",
89
+ #undo_btn="Undo",
90
+ #clear_btn="Clear",
91
  submit_btn="Send",
92
  #additional_inputs_accordion='gr.Accordion(label="Additional Inputs", open=False)',
93
  additional_inputs=[pg_chat_model, pg_chat_sysmsg, pg_chat_tokens, pg_chat_temperature, pg_chat_topp, pg_chat_topk, pg_chat_rp, state],