dathudeptrai
commited on
Commit
•
e358547
1
Parent(s):
b413fa9
🦋 Update README
Browse files
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 |
-
melgan = TFAutoModel.from_pretrained("tensorspeech/tts-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 |
+
melgan = TFAutoModel.from_pretrained("tensorspeech/tts-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 |
|