Update README.md
Browse files
README.md
CHANGED
@@ -42,8 +42,7 @@ 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(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)
|
|
|
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 |
# Running Vocoder (spectrogram-to-waveform)
|
48 |
waveforms = hifi_gan.decode_batch(mel_output)
|