ks2303 commited on
Commit
72ad993
1 Parent(s): a170851

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "text-to-speech_interface": "TransformerTTS",
3
+ "vocoder_interface": "HiFIGAN",
4
+ "vocoder_model_id": "speechbrain/tts-hifigan-ljspeech"
5
+ }