runtime error
Exit code: 1. Reason: 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 578, in cache prediction = await self.root_block.process_api( File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2163, in process_api data = await self.postprocess_data(block_fn, result["prediction"], state) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 1946, in postprocess_data await processing_utils.async_move_files_to_cache( File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 595, in async_move_files_to_cache return await client_utils.async_traverse( File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 1136, in async_traverse return await func(json_obj) File "/usr/local/lib/python3.10/site-packages/gradio/processing_utils.py", line 566, 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/data/titanic.csv 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/data to the allowed_paths parameter of launch().
Container logs:
Fetching error logs...