runtime error
Exit code: 1. Reason: in app raw_response = await run_endpoint_function( File "/usr/local/lib/python3.10/site-packages/fastapi/routing.py", line 288, in run_endpoint_function return await dependant.call(**values) File "/usr/local/lib/python3.10/site-packages/gradio/routes.py", line 1758, in startup_events await app.get_blocks().run_extra_startup_events() File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2976, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 510, in _start_caching await self.cache() File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 569, in cache processed_input = self._get_processed_example(example) File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 348, 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 473, in move_files_to_cache return client_utils.traverse( File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 1173, in traverse return func(json_obj) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 445, 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 510, in _check_allowed raise InvalidPathError(msg) gradio.exceptions.InvalidPathError: Cannot move /usr/local/lib/python3.10/site-packages/gradio/media_assets/images/logo.png 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 (/home/user/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...