runtime error

Exit code: 1. Reason: 00:04, 55.9MB/s] model.safetensors: 100%|██████████| 343M/343M [00:03<00:00, 176MB/s]  model.safetensors: 100%|██████████| 343M/343M [00:03<00:00, 107MB/s] Loading weights: 0%| | 0/200 [00:00<?, ?it/s] Loading weights: 100%|██████████| 200/200 [00:00<00:00, 4550.49it/s] Traceback (most recent call last): File "/app/app.py", line 11, in <module> vit_classifier = pipeline( "image-classification", model="DKatheesrupan/pet-classifier" ) File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 887, in pipeline raise e File "/usr/local/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 882, in pipeline image_processor = AutoImageProcessor.from_pretrained( image_processor, _from_pipeline=task, **hub_kwargs, **model_kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/image_processing_auto.py", line 684, in from_pretrained raise initial_exception File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/image_processing_auto.py", line 671, in from_pretrained config_dict, _ = ImageProcessingMixin.get_image_processor_dict( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, image_processor_filename=image_processor_filename, **kwargs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/image_processing_base.py", line 334, in get_image_processor_dict raise OSError( ...<4 lines>... ) OSError: Can't load image processor for 'DKatheesrupan/pet-classifier'. 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 'DKatheesrupan/pet-classifier' is the correct path to a directory containing a preprocessor_config.json file

Container logs:

Fetching error logs...