Skip to content

Commit

Permalink
Fix UnivNet LibriTTS NGC path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-toman committed Feb 8, 2022
1 parent 47bda3b commit 10442de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo/collections/tts/models/univnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def list_available_models(cls) -> 'Optional[Dict[str, str]]':

model = PretrainedModelInfo(
pretrained_model_name="tts_en_libritts_univnet",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/tts_en_lj_univnet/versions/1.7.0/files/tts_en_libritts_univnet.nemo",
location="https://api.ngc.nvidia.com/v2/models/nvidia/nemo/tts_en_libritts_univnet/versions/1.7.0/files/tts_en_libritts_multispeaker_univnet.nemo",
description="This model is trained on all LibriTTS training data (train-clean-100, train-clean-360, and train-other-500) sampled at 22050Hz, and has been tested on generating English voices.",
class_=cls,
)
Expand Down

0 comments on commit 10442de

Please sign in to comment.