AkashDataScience commited on
Commit
4911842
·
1 Parent(s): 3a8b68a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,6 +73,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
73
  with gr.Column():
74
  chat_out = gr.Textbox(label="Response", type="text")
75
 
76
- chat_clear_btn.click(inference, inputs=[text], outputs=[chat_out])
77
 
78
  demo.launch()
 
73
  with gr.Column():
74
  chat_out = gr.Textbox(label="Response", type="text")
75
 
76
+ chat_submit_btn.click(inference, inputs=[text], outputs=[chat_out])
77
 
78
  demo.launch()