runtime error

Exit code: 1. Reason: `CLIPImageProcessor` requires torchvision (not installed); falling back to `CLIPImageProcessorPil` for backward compatibility. Install torchvision to use the default backend, or import `CLIPImageProcessorPil` directly to silence this warning. `SiglipImageProcessor` requires torchvision (not installed); falling back to `SiglipImageProcessorPil` for backward compatibility. Install torchvision to use the default backend, or import `SiglipImageProcessorPil` directly to silence this warning. Traceback (most recent call last): File "/app/app.py", line 20, in <module> from transformers import AutoTokenizer, CLIPTextModel, CLIPFeatureExtractor ImportError: cannot import name 'CLIPFeatureExtractor' from 'transformers' (/usr/local/lib/python3.13/site-packages/transformers/__init__.py)

Container logs:

Fetching error logs...