Instructions to use RegaLabs/RegaLabs-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- CosyVoice
How to use RegaLabs/RegaLabs-TTS with CosyVoice:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| """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"] | |