mirror of https://github.com/coqui-ai/TTS.git
Fix bark link in .models.json
the link for text_2.pt was missing a part in the url
This commit is contained in:
parent
dbf1a08a0d
commit
ce38a05c3f
|
@ -46,7 +46,7 @@
|
|||
"hf_url": [
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/fine_2.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/text_2.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/text_2.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/config.json",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/hubert.pt",
|
||||
"https://coqui.gateway.scarf.sh/hf/bark/tokenizer.pth"
|
||||
|
|
Loading…
Reference in New Issue