Spaces:
Sleeping
Sleeping
| import os | |
| from huggingface_hub import hf_hub_download | |
| # BLIP-VQA downloads itself automatically from HuggingFace Hub on first boot. | |
| # No manual model files (.pt) need to be downloaded anymore. | |
| # This script is kept as a no-op so the Dockerfile CMD doesn't break. | |
| print("✅ No model pre-download required — BLIP-VQA auto-downloads on startup.") | |