Krisshvamsi commited on
Commit
bdfc1d8
1 Parent(s): e6e2b70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -5
README.md CHANGED
@@ -24,11 +24,6 @@ This repository provides all the necessary tools for Text-to-Speech (TTS) with
24
  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.
25
 
26
 
27
- ## Install SpeechBrain
28
-
29
- ```
30
- pip install speechbrain
31
- ```
32
  ### Perform Text-to-Speech (TTS) - Running Inference
33
  To run model inference pull the interface directory as shown in the cell below
34
 
 
24
  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.
25
 
26
 
 
 
 
 
 
27
  ### Perform Text-to-Speech (TTS) - Running Inference
28
  To run model inference pull the interface directory as shown in the cell below
29