Instructions to use speechbrain/tts-tacotron2-ljspeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/tts-tacotron2-ljspeech with speechbrain:
# interface in config.json invalid
- Notebooks
- Google Colab
- Kaggle
Commit ·
9b9c602
1
Parent(s): 8e376fe
Update config.json (#4)
Browse files- Update config.json (db45d0ceab24803c963c253758540075a0b3f408)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>
- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"speechbrain_interface": "Tacotron2",
|
| 3 |
"vocoder_interface": "HiFIGAN",
|
| 4 |
-
"vocoder_model_id": "speechbrain/tts-
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"speechbrain_interface": "Tacotron2",
|
| 3 |
"vocoder_interface": "HiFIGAN",
|
| 4 |
+
"vocoder_model_id": "speechbrain/tts-hifigan-ljspeech"
|
| 5 |
}
|