diff --git a/TTS/.models.json b/TTS/.models.json index c97c6a383a..13da3503bd 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -10,6 +10,15 @@ "license": "CC BY-NC-ND 4.0", "contact": "egolge@coqui.ai" }, + "your_tts": { + "description": "Your TTS model accompanying the paper https://arxiv.org/abs/2306.10097", + "github_rls_url": "https://drive.google.com/u/2/uc?id=1yDCSJ1pFZQTHhL09GMbOrdjcPULApa0p", + "default_vocoder": null, + "commit": null, + "author": "@freds0", + "license": "CC-BY 4.0", + "contact": "fred.santos.oliveira@gmail.com" + }, "bark": { "description": "🐶 Bark TTS model released by suno-ai. You can find the original implementation in https://github.com/suno-ai/bark.", "hf_url": [ @@ -879,4 +888,4 @@ } } } -} \ No newline at end of file +}