Update README.md
Browse files
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.
|
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 |
|