diff --git a/.pylintrc b/.pylintrc index a78b521ece..910a7a5514 100644 --- a/.pylintrc +++ b/.pylintrc @@ -341,7 +341,7 @@ indent-after-paren=4 indent-string=' ' # Maximum number of characters on a single line. -max-line-length=100 +max-line-length=120 # Maximum number of lines in a module. max-module-lines=1000 diff --git a/TTS/.models.json b/TTS/.models.json index 89767e88d1..b8476333ab 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -10,6 +10,15 @@ } }, "ljspeech":{ + "tacotron2-DDC": { + "description": "Tacotron2 with Double Decoder Consistency.", + "github_rls_url": "", + "default_vocoder": "vocoder_models/en/ljspeech/multiband-melgan", + "commit": "", + "author": "Eren Gölge @erogol", + "license": "", + "contact":"egolge@coqui.com" + }, "glow-tts":{ "description": "", "github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--glow-tts.zip",