mirror of https://github.com/coqui-ai/TTS.git
update hifigan in .model.json
This commit is contained in:
parent
abaf36861a
commit
28a2fed8a3
|
@ -141,12 +141,13 @@
|
||||||
"license": "MPL",
|
"license": "MPL",
|
||||||
"contact":"egolge@coqui.com"
|
"contact":"egolge@coqui.com"
|
||||||
},
|
},
|
||||||
"hifigan":{
|
"hifigan_v1":{
|
||||||
|
"description": "HiFiGAN_v1 universal vocoder from https://arxiv.org/abs/2010.05646.",
|
||||||
"github_rls_url": "",
|
"github_rls_url": "",
|
||||||
"commit": "4132240",
|
"commit": "4132240",
|
||||||
"author": "",
|
"author": "@jik876",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"contact":"egolge@coqui.com"
|
"contact":""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue