Spaces:
Running
Running
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -340,7 +340,7 @@ class GradioUI:
|
|
340 |
[text_input, file_uploads_log],
|
341 |
[stored_messages, text_input],
|
342 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
343 |
-
gr.Examples( get_examples())
|
344 |
gr.Markdown( agent_footer )
|
345 |
|
346 |
demo.launch(debug=True, share=True, **kwargs)
|
|
|
340 |
[text_input, file_uploads_log],
|
341 |
[stored_messages, text_input],
|
342 |
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
343 |
+
# gr.Examples( get_examples())
|
344 |
gr.Markdown( agent_footer )
|
345 |
|
346 |
demo.launch(debug=True, share=True, **kwargs)
|