sarasad commited on
Commit
6c9c2b9
·
1 Parent(s): 43eaa84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,6 +53,5 @@ with gr.Blocks() as demo:
53
 
54
  clear = gr.Button("Clear")
55
  msg.submit(respond, [msg, chatbot,output_slider,top_p_slider,temperature_slider], [msg, chatbot])
56
- submit_button.click(respond, [msg, chatbot,output_slider,top_p_slider,temperature_slider], [msg, chatbot])
57
  clear.click(lambda: None, None, chatbot, queue=False)
58
  demo.launch()
 
53
 
54
  clear = gr.Button("Clear")
55
  msg.submit(respond, [msg, chatbot,output_slider,top_p_slider,temperature_slider], [msg, chatbot])
 
56
  clear.click(lambda: None, None, chatbot, queue=False)
57
  demo.launch()