runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> segmentation_model = torch.load(model_path, map_location=torch.device('cpu')) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 998, in load with _open_file_like(f, 'rb') as opened_file: File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 445, in _open_file_like return _open_file(name_or_buffer, mode) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 426, in __init__ super().__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'medsam_lite/lite_medsam.pth'

Container logs:

Fetching error logs...