jcleee commited on
Commit
b3a715b
·
verified ·
1 Parent(s): c6b256a

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -291,7 +291,7 @@ class GradioUI:
291
  [stored_messages, text_input],
292
  ).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
293
 
294
- demo.launch(debug=True, share=True, show_error=True, **kwargs)
295
 
296
 
297
  __all__ = ["stream_to_gradio", "GradioUI"]
 
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"]