Spaces:
Sleeping
Sleeping
File size: 348 Bytes
bb8f662 23fe704 | 1 2 3 4 5 6 7 8 | 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.")
|