Nick256 commited on
Commit
e1df975
1 Parent(s): d6bd1a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: text-to-speech
16
 
17
  # Text-to-Speech (TTS) with Tacotron2 trained on Common Voice
18
 
19
- This repository provides all the necessary tools for Text-to-Speech (TTS) with SpeechBrain using a [Tacotron2](https://arxiv.org/abs/1712.05884) pretrained on [LJSpeech](https://keithito.com/LJ-Speech-Dataset/).
20
 
21
  The pre-trained model takes in input a short text and produces a spectrogram in output. One can get the final waveform by applying a vocoder (e.g., HiFIGAN) on top of the generated spectrogram.
22
 
 
16
 
17
  # Text-to-Speech (TTS) with Tacotron2 trained on Common Voice
18
 
19
+ This repository provides all the necessary tools for Text-to-Speech (TTS) with SpeechBrain using a [Tacotron2](https://arxiv.org/abs/1712.05884) pretrained on [LugandaSpeech](https://commonvoice.mozilla.org/lg/datasets).
20
 
21
  The pre-trained model takes in input a short text and produces a spectrogram in output. One can get the final waveform by applying a vocoder (e.g., HiFIGAN) on top of the generated spectrogram.
22