Sharanya186 commited on
Commit
a556aa7
1 Parent(s): 0189ccf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 a example for synthesis."]
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/")