runtime error
Exit code: 1. Reason: site-packages/gradio/interface.py", line 164, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 658, in __init__ self.queue() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1898, in queue self.app = routes.App.create_app(self) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 292, in create_app def login(form_data: OAuth2PasswordRequestForm = Depends()): File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 994, in decorator self.add_api_route( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 933, in add_api_route route = route_class( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 554, 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 284, in get_dependant sub_dependant = get_param_sub_dependant( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 118, in get_param_sub_dependant return get_sub_dependant( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 154, in get_sub_dependant sub_dependant = get_dependant( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 277, in get_dependant param_details = analyze_param( File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 474, in analyze_param ensure_multipart_is_installed() File "/usr/local/lib/python3.10/site-packages/fastapi/dependencies/utils.py", line 107, 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.21.0, however version 4.44.1 is available, please upgrade. --------
Container logs:
Fetching error logs...