From e66753bd0dc2219c4bac42cb74cb264121296a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 3 Jun 2021 18:04:28 +0200 Subject: [PATCH] fixup! new japanese model placeholder in `.models.json` --- TTS/.models.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index aed546f2..310dc5f0 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -150,11 +150,12 @@ } } }, - "jp":{ + "ja":{ "kokoro":{ "tacotron2-DDC":{ "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.15/tts_models--jp--kokoro--tacotron2-DDC.zip", - "default_vocoder": "vocoder_models/universal/libri-tts/fullband-melgan", + "default_vocoder": "vocoder_models/universal/libri-tts/wavegrad", + "description": "Tacotron2 with Double Decoder Consistency trained with Kokoro Speech Dataset.", "author": "@kaiidams", "commit": "401fbd89", "needs_phonemizer": false