dathudeptrai commited on
Commit
2164142
1 Parent(s): dd5366d

🦋 Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ from tensorflow_tts.inference import TFAutoModel
35
 
36
  processor = AutoProcessor.from_pretrained("tensorspeech/tts-tacotron2-ljspeech-en")
37
  tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-ljspeech-en")
38
- mb_melgan = TFAutoModel.from_pretrained("tensorspeech/tts-mb_melgan-ljspeech-en ")
39
 
40
  text = "This is a demo to show how to use our model to generate mel spectrogram from raw text."
41
 
35
 
36
  processor = AutoProcessor.from_pretrained("tensorspeech/tts-tacotron2-ljspeech-en")
37
  tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-ljspeech-en")
38
+ mb_melgan = TFAutoModel.from_pretrained("tensorspeech/tts-mb_melgan-ljspeech-en")
39
 
40
  text = "This is a demo to show how to use our model to generate mel spectrogram from raw text."
41