Spaces:
Running
Running
Ukrainian TTS π’π€
Ukrainian TTS (text-to-speech) using Coqui TTS.
Trained on M-AILABS Ukrainian dataset.
How to use :
pip install -r requirements.txt
.- Download model from "Releases" tab.
- Launch as one-time command:
tts --text "Text for TTS" \
--model_path path/to/model.pth.tar \
--config_path path/to/config.json \
--out_path folder/to/save/output.wav
or alternatively launch web server using:
tts-server --model_path path/to/model.pth.tar \
--config_path path/to/config.json
How to train:
- Refer to "Nervous beginner guide" in Coqui TTS docs.
- Instead of provided
config.json
use one from this repo.