TTS-OPENAI-FREE / download_voices_tts-1-hd.sh
imseldrith's picture
Upload folder using huggingface_hub (#2)
2a8b06e verified
raw
history blame contribute delete
202 Bytes
#!/bin/sh
export COQUI_TOS_AGREED=1
export TTS_HOME=voices
for model in $*; do
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
done
./download_samples.sh