nairaxo commited on
Commit
8097958
1 Parent(s): 3c35ca7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="speechbrain/tts-hifigan-ljspeech", savedir="tmpdir")
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
  ```