mirror of https://github.com/coqui-ai/TTS.git
tacotron DDC placeholder in models.json
This commit is contained in:
parent
d295d5de97
commit
9011dddf77
|
@ -341,7 +341,7 @@ indent-after-paren=4
|
||||||
indent-string=' '
|
indent-string=' '
|
||||||
|
|
||||||
# Maximum number of characters on a single line.
|
# Maximum number of characters on a single line.
|
||||||
max-line-length=100
|
max-line-length=120
|
||||||
|
|
||||||
# Maximum number of lines in a module.
|
# Maximum number of lines in a module.
|
||||||
max-module-lines=1000
|
max-module-lines=1000
|
||||||
|
|
|
@ -10,6 +10,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ljspeech":{
|
"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":{
|
"glow-tts":{
|
||||||
"description": "",
|
"description": "",
|
||||||
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--glow-tts.zip",
|
"github_rls_url": "https://github.com/coqui-ai/TTS/releases/download/v0.0.9/tts_models--en--ljspeech--glow-tts.zip",
|
||||||
|
|
Loading…
Reference in New Issue