Update hubconf.py

This commit is contained in:
Vignesh Skanda 2024-09-30 11:54:35 +05:30 committed by GitHub
parent dbf1a08a0d
commit cb5d9bad41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from TTS.utils.synthesizer import Synthesizer
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')