Skip to content

Commit 2bb143f

Browse files
authored
Update text_to_speech_with_torchaudio.py
1 parent 415d384 commit 2bb143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/text_to_speech_with_torchaudio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def text_to_sequence(text):
293293
# Waveglow
294294
# ~~~~~~~~
295295
#
296-
# Waveglow is a vocoder published by Nvidia. The pretrained weight is
296+
# Waveglow is a vocoder published by Nvidia. The pretrained weights are
297297
# published on Torch Hub. One can instantiate the model using ``torch.hub``
298298
# module.
299299
#

0 commit comments

Comments
 (0)