Spaces:
Running on Zero
Running on Zero
File size: 269 Bytes
6d25a57 | 1 2 3 4 5 6 7 8 9 | """
Vision model thin wrapper. The heavy lifting is in agents/mise_en_place.py
and agents/progress_validator.py — this module exists for symmetry and to keep
imports tidy.
"""
from src.models.loader import get_vision_model
__all__ = ["get_vision_model"]
|