mirror of https://github.com/coqui-ai/TTS.git
Add the YourTTS entry to the models
This commit is contained in:
parent
36cef5966b
commit
8100135a7e
|
@ -1,5 +1,17 @@
|
||||||
{
|
{
|
||||||
"tts_models": {
|
"tts_models": {
|
||||||
|
"multilingual":{
|
||||||
|
"multi-dataset":{
|
||||||
|
"your_tts":{
|
||||||
|
"description": "Your TTS model accompanying the paper https://arxiv.org/abs/2112.02418",
|
||||||
|
"github_rls_url": "https://coqui.gateway.scarf.sh/v0.4.0/tts_models--multilingual--multi-dataset--your_tts.zip",
|
||||||
|
"default_vocoder": null,
|
||||||
|
"commit": "e9a1953e",
|
||||||
|
"license": "CC BY-NC-ND 4.0",
|
||||||
|
"contact": "egolge@coqui.ai"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"en": {
|
"en": {
|
||||||
"ek1": {
|
"ek1": {
|
||||||
"tacotron2": {
|
"tacotron2": {
|
||||||
|
|
Loading…
Reference in New Issue