Spaces:
Configuration error
Configuration error
File size: 140 Bytes
08f1adc | 1 2 3 4 5 6 | """Service layer wrapping the ML predictor."""
from app.services.predictor_service import PredictorService
__all__ = ["PredictorService"]
|