From c3b011217d3fe81221f7d3ee370282e7eb8d8048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 19 Oct 2023 11:21:21 +0200 Subject: [PATCH] Update .models.json --- TTS/.models.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index ba7b5f62..a3f73169 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -5,9 +5,9 @@ "xtts_v1": { "description": "XTTS-v1 by Coqui with 13 languages and cross-language voice cloning.", "hf_url": [ - "https://huggingface.co/coqui/XTTS-v1/resolve/hifigan/model.pth", - "https://huggingface.co/coqui/XTTS-v1/resolve/hifigan/config.json", - "https://huggingface.co/coqui/XTTS-v1/resolve/hifigan/vocab.json" + "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/hifigan/model.pth", + "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/hifigan/config.json", + "https://coqui.gateway.scarf.sh/hf-coqui/XTTS-v1/hifigan/vocab.json", ], "default_vocoder": null, "commit": "e5140314", @@ -917,4 +917,4 @@ } } } -} \ No newline at end of file +}