Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
35 |
```python
|
36 |
import torch
|
37 |
from speechbrain.pretrained import HIFIGAN
|
38 |
-
hifi_gan = HIFIGAN.from_hparams(source="
|
39 |
mel_specs = torch.rand(2, 80,298)
|
40 |
waveforms = hifi_gan.decode_batch(mel_specs)
|
41 |
```
|
|
|
35 |
```python
|
36 |
import torch
|
37 |
from speechbrain.pretrained import HIFIGAN
|
38 |
+
hifi_gan = HIFIGAN.from_hparams(source="aioxlabs/hifigan-swahili", savedir="tmpdir")
|
39 |
mel_specs = torch.rand(2, 80,298)
|
40 |
waveforms = hifi_gan.decode_batch(mel_specs)
|
41 |
```
|