Space crashing with X-CLIP model

Hello, can anyone tell me what I am doing wrong so that I can fix the Space?
I am not having any errors in my local.

Space: Zero Shot Video Classification - a Hugging Face Space by fcakyon
Build logs: Hugging Face – The AI community building the future.

Error Log:

===== Application Startup =====

The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`.

0it [00:00, ?it/s]
0it [00:00, ?it/s]
Moving 0 files to the new cache system
Traceback (most recent call last):
  File "app.py", line 8, in <module>
    processor = XCLIPProcessor.from_pretrained(model_name)
  File "/home/user/.local/lib/python3.8/site-packages/transformers/processing_utils.py", line 182, in from_pretrained
    args = cls._get_arguments_from_pretrained(pretrained_model_name_or_path, **kwargs)
  File "/home/user/.local/lib/python3.8/site-packages/transformers/processing_utils.py", line 226, in _get_arguments_from_pretrained
    args.append(attribute_class.from_pretrained(pretrained_model_name_or_path, **kwargs))
  File "/home/user/.local/lib/python3.8/site-packages/transformers/feature_extraction_utils.py", line 300, in from_pretrained
    feature_extractor_dict, kwargs = cls.get_feature_extractor_dict(pretrained_model_name_or_path, **kwargs)
  File "/home/user/.local/lib/python3.8/site-packages/transformers/feature_extraction_utils.py", line 393, in get_feature_extractor_dict
    resolved_feature_extractor_file = cached_file(
  File "/home/user/.local/lib/python3.8/site-packages/transformers/utils/hub.py", line 390, in cached_file
    resolved_file = hf_hub_download(
  File "/home/user/.local/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1172, in hf_hub_download
    with open(ref_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.cache/huggingface/hub/models--microsoft--xclip-base-patch16-zero-shot/refs/main'

Seems to be working now right ?

Yes, the problem is gone somehow.