osanseviero HF staff commited on
Commit
80375e1
1 Parent(s): 0e1124b

Add config to support TTS Inference API

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "speechbrain_interface": "Tacotron2",
3
+ "vocoder_interface": "HiFIGAN",
4
+ }