Adel-Moumen commited on
Commit
0cd0c25
1 Parent(s): 61ba0ed

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -2,5 +2,6 @@
2
  "speechbrain_interface": "FastSpeech2",
3
  "vocoder_interface": "HiFIGAN",
4
  "vocoder_model_id": "speechbrain/tts-hifigan-ljspeech",
5
- "sample_rate": 22050
 
6
  }
 
2
  "speechbrain_interface": "FastSpeech2",
3
  "vocoder_interface": "HiFIGAN",
4
  "vocoder_model_id": "speechbrain/tts-hifigan-ljspeech",
5
+ "sample_rate": 22050,
6
+ "inference": false,
7
  }