mirror of https://github.com/coqui-ai/TTS.git
fix the nl model and add the vocoder
This commit is contained in:
parent
8a4dcd152f
commit
43379eecef
|
@ -91,6 +91,8 @@
|
|||
"tacotron2-DDC":{
|
||||
"model_file": "1cJWpKflkvchVidn0oyUZdv9CPDOUMi_Q",
|
||||
"config_file": "1SY61VgvMNafrb76BgxP-ulsG8rhTE1we",
|
||||
"author": "@r-dh",
|
||||
"default_vocoder": "vocoder_models/nl/mai/parallel-wavegan",
|
||||
"stats_file": null,
|
||||
"commit": "540d811"
|
||||
}
|
||||
|
@ -141,6 +143,18 @@
|
|||
"contact":"erengolge@gmail.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"nl":{
|
||||
"mai":{
|
||||
"parallel-wavegan":{
|
||||
"model_file": "1zYFHElvYW_oTeilvbZVLMLscColWRbck",
|
||||
"config_file": "1ye9kVDbatAKMncRMui7watrLQ_5DaJ3e",
|
||||
"author": "@r-dh",
|
||||
"default_vocoder": "vocoder_models/universal/libri-tts/fullband-melgan",
|
||||
"stats_file": "1QD40bU_M7CWrj9k0MEACNBRqwqVTSLDc",
|
||||
"commit": "unknown"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue