RemVdH commited on
Commit
8d976d0
·
verified ·
1 Parent(s): 06ec360

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. 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=False, **kwargs)
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"]