runtime error

Exit code: 1. Reason: ... │ │ └ <demo.BaseTrainer object at 0x7f7c472d7550> │ └ <function load_checkpoints at 0x7f7c9ba63d90> └ <module 'utils.other_tools' from '/app/utils/other_tools.py'> File "/app/utils/other_tools.py", line 785, in load_checkpoints states = torch.load(save_path, map_location='cpu') │ │ └ './ckpt/new_540_shortcut.bin' │ └ <function load at 0x7f7d1a719510> └ <module 'torch' from '/usr/local/lib/python3.10/site-packages/torch/__init__.py'> File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 1065, in load with _open_file_like(f, 'rb') as opened_file: │ └ './ckpt/new_540_shortcut.bin' └ <function _open_file_like at 0x7f7d1a7188b0> File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 468, in _open_file_like return _open_file(name_or_buffer, mode) │ │ └ 'rb' │ └ './ckpt/new_540_shortcut.bin' └ <class 'torch.serialization._open_file'> File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 449, in __init__ super().__init__(open(name, mode)) │ └ 'rb' └ './ckpt/new_540_shortcut.bin' FileNotFoundError: [Errno 2] No such file or directory: './ckpt/new_540_shortcut.bin' Traceback (most recent call last): File "/app/hf_space/app.py", line 185, in <module> gesture_demo.queue(concurrency_count=1).launch(server_name="0.0.0.0", share=False) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2129, in queue raise DeprecationWarning( DeprecationWarning: concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via `max_threads` in launch().

Container logs:

Fetching error logs...