jtrmal commited on
Commit
64a0e2e
1 Parent(s): b6a6cc2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -4
config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
- "jtrmal_interface": "test",
3
- "speechbrain_interface": "Tacotron2",
4
- "vocoder_interface": "HiFIGAN",
5
- "vocoder_model_id": "speechbrain/tts-hifigan-ljspeech"
 
 
6
  }
 
1
  {
2
+ "hf_demo": {
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
+ }
8
  }