oort commited on
Commit
cf6fc38
·
verified ·
1 Parent(s): da5128e

Fix Gradio-UI

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