John6666 commited on
Commit
bf8874b
·
verified ·
1 Parent(s): 9d3b24e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(fill_width=True, elem_id="container", css=css, delete_cache=(60,
224
  api_name="infer_translate",
225
  ).success(
226
  fn=dolphin_respond_auto,
227
- inputs=[prompt, chatbot, state],
228
  outputs=[chatbot, result, prompt],
229
  queue=True,
230
  show_progress="full",
 
224
  api_name="infer_translate",
225
  ).success(
226
  fn=dolphin_respond_auto,
227
+ inputs=[prompt, chatbot, chat_model, chat_sysmsg, chat_tokens, chat_temperature, chat_topp, chat_topk, chat_rp, state],
228
  outputs=[chatbot, result, prompt],
229
  queue=True,
230
  show_progress="full",