jcleee commited on
Commit
d00fbae
·
verified ·
1 Parent(s): 5ee9322

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +0 -1
Gradio_UI.py CHANGED
@@ -305,7 +305,6 @@ class GradioUI:
305
  [text_input, file_uploads_log],
306
  [stored_messages, text_input],
307
  ).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
308
- )
309
 
310
  demo.launch(debug=True, share=True, show_error=True, **kwargs)
311
 
 
305
  [text_input, file_uploads_log],
306
  [stored_messages, text_input],
307
  ).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
 
308
 
309
  demo.launch(debug=True, share=True, show_error=True, **kwargs)
310