Sharanya186
commited on
Commit
•
a556aa7
1
Parent(s):
0189ccf
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ The pre-trained model takes in text input and produces a spectrogram in output.
|
|
24 |
import torchaudio
|
25 |
from speechbrain.inference.vocoders import HIFIGAN
|
26 |
|
27 |
-
texts = ["This is
|
28 |
|
29 |
#initializing my model
|
30 |
my_tts_model = TextToSpeech.from_hparams(source="/content/")
|
|
|
24 |
import torchaudio
|
25 |
from speechbrain.inference.vocoders import HIFIGAN
|
26 |
|
27 |
+
texts = ["This is the example text"]
|
28 |
|
29 |
#initializing my model
|
30 |
my_tts_model = TextToSpeech.from_hparams(source="/content/")
|