osanseviero
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 |
+
}
|