Text-to-Speech
speechbrain
English
TTS
speech-synthesis
Tacotron2
Krisshvamsi commited on
Commit
25e909e
1 Parent(s): c6f3d36

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "speechbrain_interface": "TTSModel",
3
  "vocoder_interface": "HiFIGAN",
4
  "vocoder_model_id": "speechbrain/tts-hifigan-ljspeech"
5
  }
 
1
  {
2
+ "speechbrain_interface": "Tacotron2",
3
  "vocoder_interface": "HiFIGAN",
4
  "vocoder_model_id": "speechbrain/tts-hifigan-ljspeech"
5
  }