Adding checkpoint model

This commit is contained in:
Fred 2023-07-02 18:55:50 -03:00
parent 21a3f280de
commit f6eaa61afe
1 changed files with 10 additions and 1 deletions

View File

@ -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 @@
}
}
}
}
}