Adel-Moumen commited on
Commit
a1f32ca
1 Parent(s): 79e7bbc

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
  - *Basic Usage:*
39
  ```python
40
  import torch
41
- from speechbrain.pretrained.vocoders import HIFIGAN
42
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-libritts-22050Hz", savedir="tmpdir")
43
  mel_specs = torch.rand(2, 80,298)
44
 
 
38
  - *Basic Usage:*
39
  ```python
40
  import torch
41
+ from speechbrain.inference.vocoders import HIFIGAN
42
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-libritts-22050Hz", savedir="tmpdir")
43
  mel_specs = torch.rand(2, 80,298)
44