From cb5d9bad41f1369a468340c2fa9132b0204f714d Mon Sep 17 00:00:00 2001 From: Vignesh Skanda Date: Mon, 30 Sep 2024 11:54:35 +0530 Subject: [PATCH] Update hubconf.py --- hubconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubconf.py b/hubconf.py index 0c9c5930fc..64a1ce27b9 100644 --- a/hubconf.py +++ b/hubconf.py @@ -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')