runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 37, in <module> model.load_state_dict(torch.load(config.GRADIO_MODEL_PATH, map_location=device), strict=False) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 791, in load with _open_file_like(f, 'rb') as opened_file: File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 271, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.10/site-packages/torch/serialization.py", line 252, in __init__ super().__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: './assets/model/CustomResNet.pt'

Container logs:

Fetching error logs...