Titouan commited on
Commit
80ee889
1 Parent(s): 2a4e0d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,8 +55,8 @@ from speechbrain.pretrained import Tacotron2
55
  from speechbrain.pretrained import HIFIGAN
56
 
57
  # Intialize TTS (tacotron2) and Vocoder (HiFIGAN)
58
- tacotron2 = Tacotron2.from_hparams(source="speechbrain/TTS_Tacotron2", savedir="tmpdir_tts")
59
- hifi_gan = HIFIGAN.from_hparams(source="speechbrain/Vocoder_HiFIGAN", savedir="tmpdir_vocoder")
60
 
61
  # Running the TTS
62
  mel_output, mel_length, alignment = tacotron2.encode_text("Mary had a little lamb")
55
  from speechbrain.pretrained import HIFIGAN
56
 
57
  # Intialize TTS (tacotron2) and Vocoder (HiFIGAN)
58
+ tacotron2 = Tacotron2.from_hparams(source="speechbrain/tts-tacotron2-ljspeech", savedir="tmpdir_tts")
59
+ hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir="tmpdir_vocoder")
60
 
61
  # Running the TTS
62
  mel_output, mel_length, alignment = tacotron2.encode_text("Mary had a little lamb")