chiluka-tts / models /__init__.py
Seemanth's picture
Upload Chiluka TTS model
f28049f verified
raw
history blame contribute delete
356 Bytes
"""Model components for Chiluka TTS."""
from .core import (
build_model,
load_ASR_models,
load_F0_models,
load_plbert,
StyleEncoder,
TextEncoder,
ProsodyPredictor,
)
__all__ = [
"build_model",
"load_ASR_models",
"load_F0_models",
"load_plbert",
"StyleEncoder",
"TextEncoder",
"ProsodyPredictor",
]