runtime error

Exit code: 1. Reason: or_status raise _format(HfHubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/nadsoft/Hamsa_large_v3_20K_ar/resolve/main/config.json (Request ID: Root=1-67ce8255-65509af4371ed50525095ef7;155e93f4-6113-4b8c-b4cb-1bdf661eced3) Invalid credentials in Authorization header 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 = WhisperForConditionalGeneration.from_pretrained(MODEL_NAME,token=auth_token) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 271, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3791, in from_pretrained config, model_kwargs = cls.config_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 554, in from_pretrained config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 594, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 653, in _get_config_dict resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 406, in cached_file raise EnvironmentError(f"There was a specific connection error when trying to load {path_or_repo_id}:\n{err}") OSError: There was a specific connection error when trying to load nadsoft/Hamsa_large_v3_20K_ar: 401 Client Error: Unauthorized for url: https://huggingface.co/nadsoft/Hamsa_large_v3_20K_ar/resolve/main/config.json (Request ID: Root=1-67ce8255-65509af4371ed50525095ef7;155e93f4-6113-4b8c-b4cb-1bdf661eced3) Invalid credentials in Authorization header

Container logs:

Fetching error logs...