mirror of https://github.com/coqui-ai/TTS.git
Update model URLs
This commit is contained in:
parent
e89aa97025
commit
695e862aad
|
@ -13,10 +13,10 @@
|
||||||
"bark": {
|
"bark": {
|
||||||
"description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.",
|
"description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.",
|
||||||
"hf_url": [
|
"hf_url": [
|
||||||
"https://coqui.gateway.scarf.sh/bark/coarse_2.pt",
|
"https://coqui.gateway.scarf.sh/hf/bark/coarse_2.pt",
|
||||||
"https://coqui.gateway.scarf.sh/bark/fine_2.pt",
|
"https://coqui.gateway.scarf.sh/hf/bark/fine_2.pt",
|
||||||
"https://coqui.gateway.scarf.sh/bark/text_2.pt",
|
"https://coqui.gateway.scarf.sh/hf/bark/text_2.pt",
|
||||||
"https://coqui.gateway.scarf.sh/bark/config.json"
|
"https://coqui.gateway.scarf.sh/hf/bark/config.json"
|
||||||
],
|
],
|
||||||
"default_vocoder": null,
|
"default_vocoder": null,
|
||||||
"commit": "e9a1953e",
|
"commit": "e9a1953e",
|
||||||
|
|
Loading…
Reference in New Issue