[fix] tool:update-piper
This commit is contained in:
parent
42e6b13597
commit
0ff2d9ae06
1 changed files with 2 additions and 5 deletions
|
@ -13,8 +13,5 @@ cd ${dir_lib}
|
|||
curl -s -L https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz | tar -x -z
|
||||
cd -
|
||||
|
||||
for voice in ${voices}
|
||||
do
|
||||
curl -s -L https://huggingface.co/rhasspy/piper-voices/resolve/${voice}?download=true > ${dir_lib}/piper/voice.onnx
|
||||
curl -s -L https://huggingface.co/rhasspy/piper-voices/resolve/${voice}.json?download=true.json > ${dir_lib}/piper/voice.onnx.json
|
||||
done
|
||||
curl -s -L https://huggingface.co/rhasspy/piper-voices/resolve/${voice}?download=true > ${dir_lib}/piper/voice.onnx
|
||||
curl -s -L https://huggingface.co/rhasspy/piper-voices/resolve/${voice}.json?download=true.json > ${dir_lib}/piper/voice.onnx.json
|
||||
|
|
Loading…
Add table
Reference in a new issue