chaanks commited on
Commit
ec4d3e7
1 Parent(s): b6c8537

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ Please notice that we encourage you to read our tutorials and learn more about
37
  import torch
38
  from speechbrain.pretrained import UnitHIFIGAN
39
 
40
- hifi_gan_unit = UnitHIFIGAN.from_hparams(source="speechbrain/tts-hifigan-unit-hubert-l6-k100-ljspeech", savedir="tmpdir_vocoder")
41
  codes = torch.randint(0, 99, (100,))
42
  waveform = hifi_gan_unit.decode_unit(codes)
43
 
 
37
  import torch
38
  from speechbrain.pretrained import UnitHIFIGAN
39
 
40
+ hifi_gan_unit = UnitHIFIGAN.from_hparams(source="chaanks/hifigan-unit-hubert-l7-k128-ljspeech-ljspeech", savedir="tmpdir_vocoder")
41
  codes = torch.randint(0, 99, (100,))
42
  waveform = hifi_gan_unit.decode_unit(codes)
43