Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -219,6 +219,6 @@ class GradioUI:
|
|
| 219 |
[stored_messages, text_input],
|
| 220 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
| 221 |
|
| 222 |
-
demo.launch(debug=True, share=
|
| 223 |
|
| 224 |
__all__ = ["stream_to_gradio", "GradioUI"]
|
|
|
|
| 219 |
[stored_messages, text_input],
|
| 220 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
| 221 |
|
| 222 |
+
demo.launch(debug=True, share=True, **kwargs)
|
| 223 |
|
| 224 |
__all__ = ["stream_to_gradio", "GradioUI"]
|