runtime error

Exit code: 1. Reason: ggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'neuroEngage/paligemma-finetuned' is the correct path to a directory containing a config.json file During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 76, in <module> processor = PaliGemmaProcessor.from_pretrained(REPO_ID, token=HF_TOKEN) File "/usr/local/lib/python3.13/site-packages/transformers/processing_utils.py", line 1715, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, processor_dict, **kwargs) File "/usr/local/lib/python3.13/site-packages/transformers/processing_utils.py", line 1844, in _get_arguments_from_pretrained sub_processor = auto_processor_class.from_pretrained( pretrained_model_name_or_path, subfolder=subfolder, **kwargs ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/image_processing_auto.py", line 577, in from_pretrained raise initial_exception File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/image_processing_auto.py", line 567, 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 'neuroEngage/paligemma-finetuned'. 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 'neuroEngage/paligemma-finetuned' is the correct path to a directory containing a preprocessor_config.json file

Container logs:

Fetching error logs...