Files
voice.sori.studio/backend/app/tts/__init__.py
zenn 7101fdcd65 Initial commit: Korean voice-cloning TTS prototype
FastAPI backend, web UI, CosyVoice3/F5-TTS setup scripts, and handoff docs for GPU PC continuation.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-04 13:36:37 +09:00

4 lines
73 B
Python

from backend.app.tts.service import TTSService
__all__ = ["TTSService"]