From 695e862aadc0f280c9853d8888ad2d4382fef34b Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Wed, 21 Jun 2023 11:57:46 +0200 Subject: [PATCH] Update model URLs --- TTS/.models.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index 801485a1..c97c6a38 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -13,10 +13,10 @@ "bark": { "description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.", "hf_url": [ - "https://coqui.gateway.scarf.sh/bark/coarse_2.pt", - "https://coqui.gateway.scarf.sh/bark/fine_2.pt", - "https://coqui.gateway.scarf.sh/bark/text_2.pt", - "https://coqui.gateway.scarf.sh/bark/config.json" + "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/bark/text_2.pt", + "https://coqui.gateway.scarf.sh/hf/bark/config.json" ], "default_vocoder": null, "commit": "e9a1953e",