runtime error
Exit code: 1. Reason: File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/app/app.py", line 192, in <module> whisper_processor = WhisperProcessor.from_pretrained(model_id) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1185, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1248, in _get_arguments_from_pretrained args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs)) File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 384, in from_pretrained feature_extractor_dict, kwargs = cls.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", line 510, in get_feature_extractor_dict resolved_feature_extractor_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 312, 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 553, in cached_files raise OSError(f"There was a specific connection error when trying to load {path_or_repo_id}:\n{e}") OSError: There was a specific connection error when trying to load openai/whisper-tiny: 401 Client Error: Unauthorized for url: https://huggingface.co/openai/whisper-tiny/resolve/main/preprocessor_config.json (Request ID: Root=1-68cb0d8f-0c49dc7f41bdac477ebfd632;de96442e-4057-4fa3-a628-c1eb83f47541) Invalid credentials in Authorization header
Container logs:
Fetching error logs...