Add config to support TTS Inference API
#1
by
osanseviero
- opened
- config.json +4 -0
config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"speechbrain_interface": "Tacotron2",
|
3 |
+
"vocoder_interface": "HiFIGAN",
|
4 |
+
}
|