runtime error

Exit code: 1. Reason: trap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/code/app.py", line 25, in <module> processor = GitProcessor.from_pretrained("microsoft/git-base-coco/tree/main") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/processing_utils.py", line 1079, in from_pretrained args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/processing_utils.py", line 1143, in _get_arguments_from_pretrained args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/models/auto/image_processing_auto.py", line 462, in from_pretrained raise initial_exception File "/usr/local/lib/python3.11/site-packages/transformers/models/auto/image_processing_auto.py", line 449, in from_pretrained config_dict, _ = ImageProcessingMixin.get_image_processor_dict( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/image_processing_base.py", line 359, in get_image_processor_dict raise OSError( OSError: Can't load image processor for 'microsoft/git-base-coco/tree/main'. 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 'microsoft/git-base-coco/tree/main' is the correct path to a directory containing a preprocessor_config.json file

Container logs:

Fetching error logs...