LydiaSanyu commited on
Commit
6d9006b
1 Parent(s): 21bef79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,14 +15,14 @@ metrics:
15
 
16
  # Sunbird AI Text-to-Speech (TTS) model trained on Luganda text
17
 
18
- ## Text-to-Speech (TTS) with Tacotron2 trained on LJSpeech
19
 
20
  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/).
21
 
22
  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.
23
 
24
 
25
- ## Install SpeechBrain
26
 
27
  ```
28
  pip install speechbrain
 
15
 
16
  # Sunbird AI Text-to-Speech (TTS) model trained on Luganda text
17
 
18
+ ### Text-to-Speech (TTS) with Tacotron2 trained on LJSpeech
19
 
20
  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/).
21
 
22
  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.
23
 
24
 
25
+ ### Install SpeechBrain
26
 
27
  ```
28
  pip install speechbrain