John6666 commited on
Commit
bd65ba4
β€’
1 Parent(s): 0d8219b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_ca
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],
 
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],