runtime error
Exit code: 1. Reason: ponse) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/scb10x/typhoon-ocr-7b/resolve/main/tokenizer_config.json (Request ID: Root=1-687df3fe-6ad9311e7c05cbb53b7069f5;e8985052-8c66-442a-9812-835eef4ae593) 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 21, in <module> processor = AutoProcessor.from_pretrained("scb10x/typhoon-ocr-7b", token=token) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/processing_auto.py", line 379, in from_pretrained return processor_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/processing_utils.py", line 1306, 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 1365, 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/tokenization_utils_base.py", line 1912, in from_pretrained resolved_config_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}") from e OSError: There was a specific connection error when trying to load scb10x/typhoon-ocr-7b: 401 Client Error: Unauthorized for url: https://huggingface.co/scb10x/typhoon-ocr-7b/resolve/main/tokenizer_config.json (Request ID: Root=1-687df3fe-6ad9311e7c05cbb53b7069f5;e8985052-8c66-442a-9812-835eef4ae593) Invalid credentials in Authorization header
Container logs:
Fetching error logs...