Spaces:
Yakova
/
Runtime error

piper / download_voices_tts-1-hd.sh
Guru-25's picture
v0.18.2
d1b59ba 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