apoorvrajdev's picture
feat(api): build production-grade FastAPI inference backend
08f1adc
"""HTTP routes for the captioning service."""
from app.api.routes import router
__all__ = ["router"]