Spaces:
Sleeping
Sleeping
updated then under launch method.
#24
by
adithyagv
- opened
- 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 |
|