runtime error

0%| | 0.00/44.7M [00:00<?, ?B/s] 100%|██████████| 44.7M/44.7M [00:00<00:00, 357MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> gr.Interface(fn=predict, File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 415, in __init__ self.render_examples() File "/home/user/.local/lib/python3.10/site-packages/gradio/interface.py", line 736, in render_examples self.examples_handler = Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 58, in create_examples examples_obj = Examples( File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 216, in __init__ prediction_value = processing_utils.move_files_to_cache( File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 265, in move_files_to_cache return client_utils.traverse(data, _move_to_cache, client_utils.is_file_obj) File "/home/user/.local/lib/python3.10/site-packages/gradio_client/utils.py", line 919, in traverse return func(json_obj) File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 257, in _move_to_cache temp_file_path = move_resource_to_block_cache(payload.path, block) File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 234, in move_resource_to_block_cache return block.move_resource_to_block_cache(url_or_file_path) File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 258, in move_resource_to_block_cache temp_file_path = processing_utils.save_file_to_cache( File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 170, in save_file_to_cache temp_dir = hash_file(file_path) File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 102, in hash_file with open(file_path, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/app/lion.jpg'

Container logs:

Fetching error logs...