runtime error

return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2220, in model_info hf_raise_for_status(r) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-665a2336-64ad0f0823468f3c6df0783e;ca28de36-db80-400f-9e94-ed38df754986) Repository Not Found for url: https://huggingface.co/api/models/Systran/faster-whisper-small/revision/main. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. User Access Token "Colsn" is expired During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 34, in <module> model = WhisperModel(model_size, device="cuda", compute_type="float16") File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/faster_whisper/transcribe.py", line 127, in __init__ model_path = download_model( File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/faster_whisper/utils.py", line 119, in download_model return huggingface_hub.snapshot_download(repo_id, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 235, in snapshot_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disabled. To enable repo look-ups and downloads online, pass 'local_files_only=False' as input.

Container logs:

Fetching error logs...