Update app.py
Browse files
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()
|