Skip to content

Commit

Permalink
Update xtts.py (#53)
Browse files Browse the repository at this point in the history
docs(xtts): fix typo in example
  • Loading branch information
abrahammathews2000 committed Jul 2, 2024
1 parent c1a929b commit 6ea3b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/models/xtts.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class Xtts(BaseTTS):
>>> from TTS.tts.configs.xtts_config import XttsConfig
>>> from TTS.tts.models.xtts import Xtts
>>> config = XttsConfig()
>>> model = Xtts.inif_from_config(config)
>>> model = Xtts.init_from_config(config)
>>> model.load_checkpoint(config, checkpoint_dir="paths/to/models_dir/", eval=True)
"""

Expand Down

0 comments on commit 6ea3b75

Please sign in to comment.