speechbrainteam
commited on
Commit
•
3845b48
1
Parent(s):
dd5d61d
Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ from speechbrain.inference.TTS import MSTacotron2
|
|
72 |
from speechbrain.inference.vocoders import HIFIGAN
|
73 |
|
74 |
# Intialize TTS (mstacotron2) and Vocoder (HiFIGAN)
|
75 |
-
ms_tacotron2 = MSTacotron2.from_hparams(source="speechbrain/tts-mstacotron2-libritts", savedir="pretrained_models/tts-mstacotron2-
|
76 |
hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-libritts-22050Hz", savedir="pretrained_models/tts-hifigan-libritts-22050Hz")
|
77 |
|
78 |
# Required input
|
|
|
72 |
from speechbrain.inference.vocoders import HIFIGAN
|
73 |
|
74 |
# Intialize TTS (mstacotron2) and Vocoder (HiFIGAN)
|
75 |
+
ms_tacotron2 = MSTacotron2.from_hparams(source="speechbrain/tts-mstacotron2-libritts", savedir="pretrained_models/tts-mstacotron2-libritts")
|
76 |
hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-libritts-22050Hz", savedir="pretrained_models/tts-hifigan-libritts-22050Hz")
|
77 |
|
78 |
# Required input
|