Ro-Matcha-TTS / src /__init__.py
adrianstanea's picture
Initial upload of Romanian Matcha-TTS models
bca11b0
raw
history blame contribute delete
140 Bytes
"""
Matcha-TTS Romanian: HuggingFace Integration
"""
from .model_loader import ModelLoader
__version__ = "1.0.0"
__all__ = ["ModelLoader"]