adithyagv commited on
Commit
bb15bdf
·
verified ·
1 Parent(s): 99ac80d

updated then under launch method. (#24)

Browse files

- updated then under launch method. (88b63da4e8d7f8694cb3e68108f160baa915f969)

Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -288,7 +288,7 @@ class GradioUI:
288
  self.log_user_message,
289
  [text_input, file_uploads_log],
290
  [stored_messages, text_input],
291
- ).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
292
 
293
  demo.launch(debug=True, share=True, **kwargs)
294
 
 
288
  self.log_user_message,
289
  [text_input, file_uploads_log],
290
  [stored_messages, text_input],
291
+ ).then(self.interact_with_agent, [stored_messages], [chatbot])
292
 
293
  demo.launch(debug=True, share=True, **kwargs)
294