runtime error

Exit code: 1. Reason: ", line 1014, in _send_single_request response = transport.handle_request(request) File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ReadTimeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 5, in <module> pipe = pipeline("automatic-speech-recognition", model="Pinatpong/whisper-tiny") File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 940, in pipeline raise e File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 904, in pipeline feature_extractor = AutoFeatureExtractor.from_pretrained( feature_extractor, _from_pipeline=task, **hub_kwargs, **model_kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/feature_extraction_auto.py", line 317, in from_pretrained config_dict, _ = FeatureExtractionMixin.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/transformers/feature_extraction_utils.py", line 509, in get_feature_extractor_dict raise OSError( ...<4 lines>... ) OSError: Can't load feature extractor for 'Pinatpong/whisper-tiny'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'Pinatpong/whisper-tiny' is the correct path to a directory containing a preprocessor_config.json file

Container logs:

Fetching error logs...