Edit model card

Coqui Model for TTS

pip install TTS
git clone https://huggingface.co/z-uo/glowtts-male-it
# predict one
server --text "ciao pluto" --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
# predict server
tts-server --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
firefox localhost:5002

More information about training script in this repo.

Downloads last month
11
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Dataset used to train z-uo/glowtts-male-it