Skip to content

Commit

Permalink
Update hubconf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh1507 authored Sep 30, 2024
1 parent dbf1a08 commit cb5d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def tts(model_name='tts_models/en/ljspeech/tacotron2-DCA',
vocoder_name=None,
use_cuda=False):
"""TTS entry point for PyTorch Hub that provides a Synthesizer object to synthesize speech from a give text.
"""TTS entry point for PyTorch Hub that provides a Synthesizer object to synthesize speech from a given text.
Example:
>>> synthesizer = torch.hub.load('coqui-ai/TTS', 'tts', source='github')
Expand Down

0 comments on commit cb5d9ba

Please sign in to comment.