Spaces:
Running
Running
Update Gradio_UI.py
Browse files- Gradio_UI.py +0 -1
Gradio_UI.py
CHANGED
|
@@ -305,7 +305,6 @@ class GradioUI:
|
|
| 305 |
[text_input, file_uploads_log],
|
| 306 |
[stored_messages, text_input],
|
| 307 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
| 308 |
-
)
|
| 309 |
|
| 310 |
demo.launch(debug=True, share=True, show_error=True, **kwargs)
|
| 311 |
|
|
|
|
| 305 |
[text_input, file_uploads_log],
|
| 306 |
[stored_messages, text_input],
|
| 307 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
|
|
|
| 308 |
|
| 309 |
demo.launch(debug=True, share=True, show_error=True, **kwargs)
|
| 310 |
|