Spaces:
Sleeping
Sleeping
updated then under launch method. (#24)
Browse files- updated then under launch method. (88b63da4e8d7f8694cb3e68108f160baa915f969)
- 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
|
| 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 |
|