runtime error

"/usr/local/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/nvidia/canary-1b?blobs=True The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> model = ASRModel.from_pretrained("nvidia/canary-1b") File "/usr/local/lib/python3.10/site-packages/nemo/core/classes/common.py", line 739, in from_pretrained class_, nemo_model_file_in_cache = cls._get_hf_hub_pretrained_model_info( File "/usr/local/lib/python3.10/site-packages/nemo/core/classes/common.py", line 865, in _get_hf_hub_pretrained_model_info repo_info = api.repo_info(repo_id=model_name, token=hf_token, files_metadata=True) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2491, in repo_info return method( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2301, in model_info hf_raise_for_status(r) File "/usr/local/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-665ca1b6-37b75ee14fdd8f891d1d7082;86169785-2f09-4744-ad54-911bb91d9481) Repository Not Found for url: https://huggingface.co/api/models/nvidia/canary-1b?blobs=True. 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 "Llama" is expired

Container logs:

Fetching error logs...