mirror of https://github.com/coqui-ai/TTS.git
parent
c1a929b720
commit
6ea3b75b84
|
@ -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)
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue