runtime error

Exit code: 1. Reason: Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`. Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> blip_processor = BlipProcessor.from_pretrained("Salesforce/blip-image-captioning-base") File "/usr/local/lib/python3.10/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.10/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.10/site-packages/transformers/image_processing_base.py", line 208, 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 340, in get_image_processor_dict resolved_image_processor_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 266, in cached_file file = cached_files(path_or_repo_id=path_or_repo_id, filenames=[filename], **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 517, in cached_files raise EnvironmentError( OSError: Salesforce/blip-image-captioning-base does not appear to have a file named preprocessor_config.json. Checkout 'https://huggingface.co/Salesforce/blip-image-captioning-base/tree/main'for available files.

Container logs:

Fetching error logs...