sulaimank commited on
Commit
a8c29d6
·
verified ·
1 Parent(s): e87343a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -42,7 +42,8 @@ tacotron2 = Tacotron2.from_hparams(source="sulaimank/tacotron2-cv-females", save
42
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir="tmpdir_vocoder")
43
 
44
  # Running the TTS
45
- mel_output, mel_length, alignment = tacotron2.encode_text("Mary had a little lamb")
 
46
 
47
  # Running Vocoder (spectrogram-to-waveform)
48
  waveforms = hifi_gan.decode_batch(mel_output)
 
42
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir="tmpdir_vocoder")
43
 
44
  # Running the TTS
45
+ mel_output, mel_length, alignment = tacotron2.encode_text(Eddagala eryo lisigala mu nnyaanya okumala wiiki nga bbiri.
46
+ ")
47
 
48
  # Running Vocoder (spectrogram-to-waveform)
49
  waveforms = hifi_gan.decode_batch(mel_output)