mirror of https://github.com/coqui-ai/TTS.git
Fix sed
This commit is contained in:
parent
3933b47f33
commit
f6fa1dbc9f
|
@ -43,6 +43,7 @@ jobs:
|
||||||
run: python3 -m pip install --upgrade pip setuptools wheel
|
run: python3 -m pip install --upgrade pip setuptools wheel
|
||||||
- name: Replace scarf urls
|
- name: Replace scarf urls
|
||||||
run: |
|
run: |
|
||||||
|
sed -i 's/https:\/\/coqui.gateway.scarf.sh\/hf\/bark\//https:\/\/huggingface.co\/erogol\/bark\/resolve\/main\//g' TTS/.models.json
|
||||||
sed -i 's/https:\/\/coqui.gateway.scarf.sh\//https:\/\/github.com\/coqui-ai\/TTS\/releases\/download\//g' TTS/.models.json
|
sed -i 's/https:\/\/coqui.gateway.scarf.sh\//https:\/\/github.com\/coqui-ai\/TTS\/releases\/download\//g' TTS/.models.json
|
||||||
- name: Install TTS
|
- name: Install TTS
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue