runtime error

Space failed to start. Exit code: 1. Reason: ack (most recent call last): File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 628, in _get_config_dict resolved_config_file = cached_file( File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py", line 410, in cached_file resolved_file = hf_hub_download( File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1218, in hf_hub_download raise ValueError( ValueError: We have no connection or you passed local_files_only, so force_download is not an accepted option. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "app.py", line 9, in <module> model = BlipForConditionalGeneration.from_pretrained(model_id, force_download=True) File "/home/user/.local/lib/python3.8/site-packages/transformers/modeling_utils.py", line 2176, in from_pretrained config, model_kwargs = cls.config_class.from_pretrained( File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 546, in from_pretrained config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 573, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/transformers/configuration_utils.py", line 649, in _get_config_dict raise EnvironmentError( OSError: Can't load the configuration of 'Salesforce/blip-image-captioning-base'. 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 'Salesforce/blip-image-captioning-base' is the correct path to a directory containing a config.json file

Container logs:

Fetching error logs...