From 28a2fed8a35386c437d3f251d2b67055d11a3608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 12 Apr 2021 16:48:05 +0200 Subject: [PATCH] update hifigan in .model.json --- TTS/.models.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TTS/.models.json b/TTS/.models.json index 8a178b2f..9e230485 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -141,12 +141,13 @@ "license": "MPL", "contact":"egolge@coqui.com" }, - "hifigan":{ + "hifigan_v1":{ + "description": "HiFiGAN_v1 universal vocoder from https://arxiv.org/abs/2010.05646.", "github_rls_url": "", "commit": "4132240", - "author": "", + "author": "@jik876", "license": "MIT", - "contact":"egolge@coqui.com" + "contact":"" } } },