Customers commited on
Commit
3548f28
·
verified ·
1 Parent(s): 13643fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5347,7 +5347,7 @@ with gr.Blocks(
5347
 
5348
  submit.click(
5349
  respond,
5350
- inputs=[msg, chatbot, max_tokens, temperature, top_p],
5351
  outputs=[chatbot, audio_output]
5352
  ).then(
5353
  lambda: gr.HTML(visible=True),
 
5347
 
5348
  submit.click(
5349
  respond,
5350
+ inputs=[msg, chatbot, max_tokens, temperature],
5351
  outputs=[chatbot, audio_output]
5352
  ).then(
5353
  lambda: gr.HTML(visible=True),