update hifigan in .model.json

This commit is contained in:
Eren Gölge 2021-04-12 16:48:05 +02:00
parent abaf36861a
commit 28a2fed8a3
1 changed files with 4 additions and 3 deletions

View File

@ -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":""
} }
} }
}, },