Skip to content

Commit 415d384

Browse files
authored
Update text_to_speech_with_torchaudio.py
1 parent 8e8117b commit 415d384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/text_to_speech_with_torchaudio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def text_to_sequence(text):
294294
# ~~~~~~~~
295295
#
296296
# Waveglow is a vocoder published by Nvidia. The pretrained weight is
297-
# publishe on Torch Hub. One can instantiate the model using ``torch.hub``
297+
# published on Torch Hub. One can instantiate the model using ``torch.hub``
298298
# module.
299299
#
300300
if torch.cuda.is_available():

0 commit comments

Comments
 (0)