Adel-Moumen commited on
Commit
c05a251
1 Parent(s): a883b47

Update README.md

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