jtrmal commited on
Commit
b72b640
1 Parent(s): 74dd6a6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -6
config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "k2_sherpa_interface": "Adde",
3
- "nn_model": "exp/cpu_jit-torch-1.6.0.pt",
4
- "bpe_model": "data/lang_bpe_500/bpe.model",
5
- "num_active_paths": 4,
6
- "sample_rate": 16000
7
- }
 
1
  {
2
+ "speechbrain_interface": "Tacotron2",
3
+ "vocoder_interface": "HiFIGAN",
4
+ "vocoder_model_id": "speechbrain/tts-hifigan-ljspeech"
5
+ }