runtime error
Exit code: 1. Reason: e "/home/user/app/app.py", line 42, in gradio_app with gr.Blocks() as demo: File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 719, in __init__ self.queue() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1984, in queue self.app = routes.App.create_app(self) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 295, in create_app def login(form_data: OAuth2PasswordRequestForm = Depends()): File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 992, in decorator self.add_api_route( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 931, in add_api_route route = route_class( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 552, in __init__ self.dependant = get_dependant(path=self.path_format, call=self.endpoint) File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 273, in get_dependant sub_dependant = get_param_sub_dependant( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 116, in get_param_sub_dependant return get_sub_dependant( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 152, in get_sub_dependant sub_dependant = get_dependant( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 266, in get_dependant param_details = analyze_param( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 461, in analyze_param ensure_multipart_is_installed() File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 105, in ensure_multipart_is_installed raise RuntimeError(multipart_not_installed_error) from None RuntimeError: Form data requires "python-multipart" to be installed. You can install "python-multipart" with: pip install python-multipart IMPORTANT: You are using gradio version 4.26.0, however version 4.44.1 is available, please upgrade. --------
Container logs:
Fetching error logs...