0.2.0 rc3
This commit is contained in:
parent
e7df817292
commit
04bf576825
4 changed files with 17 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
COQUI_TOS_AGREED=1
|
||||
export COQUI_TOS_AGREED=1
|
||||
model="tts_models/multilingual/multi-dataset/xtts_v2"
|
||||
python -c "from TTS.utils.manage import ModelManager; ModelManager().download_model('$model')"
|
||||
$(cd voices/ && ./download_samples.sh)
|
||||
Loading…
Add table
Add a link
Reference in a new issue