Nikhil0987 commited on
Commit
9df5acc
·
verified ·
1 Parent(s): f38ab4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks() as demo:
117
  inputs=[chatbot, txt],
118
  outputs=[chatbot],
119
  queue=False
120
- ).success(
121
  fn=generate_response,
122
  inputs=[chatbot, txt, btn],
123
  outputs=[chatbot, txt]
 
117
  inputs=[chatbot, txt],
118
  outputs=[chatbot],
119
  queue=False
120
+ ).success(
121
  fn=generate_response,
122
  inputs=[chatbot, txt, btn],
123
  outputs=[chatbot, txt]