runtime error

Exit code: 1. Reason: line 355, in app raw_response = await run_endpoint_function( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 243, in run_endpoint_function return await dependant.call(**values) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1775, in startup_events await app.get_blocks().run_extra_startup_events() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 3071, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 509, in _start_caching await self.cache() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 568, in cache processed_input = self._get_processed_example(example) File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 343, in _get_processed_example prediction_value = processing_utils.move_files_to_cache( File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 474, in move_files_to_cache return client_utils.traverse( File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 1112, in traverse return func(json_obj) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 446, in _move_to_cache _check_allowed(payload.path, check_in_upload_folder) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 511, in _check_allowed raise InvalidPathError(msg) gradio.exceptions.InvalidPathError: Cannot move /usr/local/lib/python3.10/site-packages/gradio/media_assets/images/lion.jpg to the gradio cache dir because it was not created by the application or it is not located in either the current working directory or your system's temp directory. To fix this error, please ensure your function returns files located in either the current working directory (/app), your system's temp directory (/tmp) or add /usr/local/lib/python3.10/site-packages/gradio/media_assets/images to the allowed_paths parameter of launch().

Container logs:

Fetching error logs...