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>
This commit is contained in:
3
backend/app/tts/__init__.py
Normal file
3
backend/app/tts/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from backend.app.tts.service import TTSService
|
||||
|
||||
__all__ = ["TTSService"]
|
||||
Reference in New Issue
Block a user