runtime error
Exit code: 1. Reason: artup_events() File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 3127, in run_extra_startup_events await startup_event() File "/usr/local/lib/python3.13/site-packages/gradio/helpers.py", line 510, in _start_caching await self.cache() File "/usr/local/lib/python3.13/site-packages/gradio/helpers.py", line 560, in cache prediction = await self.root_block.process_api( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2173, in process_api inputs = await self.preprocess_data( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ block_fn, inputs, state, explicit_call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 1779, in preprocess_data inputs_cached = await processing_utils.async_move_files_to_cache( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<3 lines>... ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/processing_utils.py", line 601, in async_move_files_to_cache return await client_utils.async_traverse( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ data, _move_to_cache, client_utils.is_file_obj_with_meta ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio_client/utils.py", line 1157, in async_traverse return await func(json_obj) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/processing_utils.py", line 572, in _move_to_cache _check_allowed(payload.path, check_in_upload_folder) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/processing_utils.py", line 517, in _check_allowed raise InvalidPathError(msg) gradio.exceptions.InvalidPathError: Cannot move /app/examples/camera.jpeg to the gradio cache dir because it was not uploaded by a user.
Container logs:
Fetching error logs...