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
Omar Sanseviero commited on
Commit ·
80375e1
1
Parent(s): 0e1124b
Add config to support TTS Inference API
Browse files- config.json +4 -0
config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"speechbrain_interface": "Tacotron2",
|
| 3 |
+
"vocoder_interface": "HiFIGAN",
|
| 4 |
+
}
|