runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/smolagents/gradio_ui.py:419: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme. Please pass these parameters to launch() instead. with gr.Blocks(theme="ocean", fill_height=True) as demo: Traceback (most recent call last): File "/app/app.py", line 47, in <module> GradioUI(agent).launch() File "/usr/local/lib/python3.10/site-packages/smolagents/gradio_ui.py", line 414, in launch self.create_app().launch(debug=True, share=share, **kwargs) File "/usr/local/lib/python3.10/site-packages/smolagents/gradio_ui.py", line 457, in create_app chatbot = gr.Chatbot( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) TypeError: Chatbot.__init__() got an unexpected keyword argument 'type'
Container logs:
Fetching error logs...