runtime error
Exit code: 1. Reason: //huggingface.co/openai/whisper-large-v3/resolve/main/config.json (Request ID: Root=1-68ecf0f0-3a5c74ec3df1023659e3f4cf;04eaf7ab-ffa1-4c76-b39e-11f5c453ce29) Invalid credentials in Authorization header The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 106, in <module> whisper_model_lg = WhisperForConditionalGeneration.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 277, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4846, in from_pretrained config, model_kwargs = cls.config_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 622, 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 662, 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 721, in _get_config_dict resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 322, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 563, in cached_files raise OSError(f"There was a specific connection error when trying to load {path_or_repo_id}:\n{e}") from e OSError: There was a specific connection error when trying to load openai/whisper-large-v3: 401 Client Error: Unauthorized for url: https://huggingface.co/openai/whisper-large-v3/resolve/main/config.json (Request ID: Root=1-68ecf0f0-3a5c74ec3df1023659e3f4cf;04eaf7ab-ffa1-4c76-b39e-11f5c453ce29) Invalid credentials in Authorization header
Container logs:
Fetching error logs...