Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +0 -2
Gradio_UI.py
CHANGED
|
@@ -290,8 +290,6 @@ class GradioUI:
|
|
| 290 |
[text_input, file_uploads_log],
|
| 291 |
[stored_messages, text_input],
|
| 292 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
| 293 |
-
|
| 294 |
-
GradioUI(agent).launch(debug=True, share=True)
|
| 295 |
|
| 296 |
|
| 297 |
__all__ = ["stream_to_gradio", "GradioUI"]
|
|
|
|
| 290 |
[text_input, file_uploads_log],
|
| 291 |
[stored_messages, text_input],
|
| 292 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
|
|
|
|
|
|
| 293 |
|
| 294 |
|
| 295 |
__all__ = ["stream_to_gradio", "GradioUI"]
|