Chad commited on
Commit
96b881a
·
1 Parent(s): 6092af3

nwfbwfbwdwddwwdwddwdwd

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as interface:
69
  ]
70
 
71
  send_button.click(
72
- fn=generate_reply,
73
  inputs=[user_input, state],
74
  outputs=[chatbot, user_input],
75
  )
 
69
  ]
70
 
71
  send_button.click(
72
+ fn=respond,
73
  inputs=[user_input, state],
74
  outputs=[chatbot, user_input],
75
  )