RegaLabs-TTS / sorani /__init__.py
shahryyar's picture
Upload RegaLabs-TTS model weights, infer.py, and app.py Gradio demo
e352304 verified
Raw
History Blame Contribute Delete
250 Bytes
"""RegaLabs-TTS Sorani Kurdish Text-to-Speech Package."""
from .frontend import normalize_sorani_text, normalize_kurdish_text, number_to_sorani
__version__ = "1.0.0"
__all__ = ["normalize_sorani_text", "normalize_kurdish_text", "number_to_sorani"]