runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 354, in get_image_processor_dict resolved_image_processor_file = resolved_image_processor_files[0] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> feature_extractor = DPTImageProcessor.from_pretrained("Intel/dpt-large") File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 201, in from_pretrained image_processor_dict, kwargs = cls.get_image_processor_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/image_processing_base.py", line 361, in get_image_processor_dict raise OSError( OSError: Can't load image processor for 'Intel/dpt-large'. 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 'Intel/dpt-large' is the correct path to a directory containing a preprocessor_config.json file

Container logs:

Fetching error logs...