MOSS-TTS-Nano / api /__init__.py
Tom199328's picture
Upload folder using huggingface_hub
b89506f verified
# api — FastAPI route definitions for the MOSS-TTS-Nano web application.
# api — FastAPI route definitions for MOSS-TTS-Nano.
from .routes import build_router
__all__ = ["build_router"]