runtime error

kwargs) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2228, 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-6660f38c-2dac50dc52b0d579793b8c7a;392f9227-c0a4-45b7-9802-cd7ed57d6ef3) Repository Not Found for url: https://huggingface.co/api/models/Systran/faster-whisper-large-v3/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 "Simon Bernbeck" is expired During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 45, in <module> whisper_model = WhisperModel("large-v3", 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 119, 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 242, 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...