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