Spaces:
Running
Running
Fix Gradio-UI
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -343,7 +343,7 @@ class GradioUI:
|
|
343 |
[stored_messages, text_input],
|
344 |
).then(self.interact_with_agent, stored_messages, chatbot)
|
345 |
|
346 |
-
|
347 |
|
348 |
|
349 |
__all__ = ["stream_to_gradio", "GradioUI"]
|
|
|
343 |
[stored_messages, text_input],
|
344 |
).then(self.interact_with_agent, stored_messages, chatbot)
|
345 |
|
346 |
+
demo.launch(debug=True, share=True, **kwargs)
|
347 |
|
348 |
|
349 |
__all__ = ["stream_to_gradio", "GradioUI"]
|