mirror of https://github.com/coqui-ai/TTS.git
remove self reference
This commit is contained in:
parent
fb1b5cedb6
commit
801a0137aa
|
@ -123,7 +123,7 @@ class TTS(nn.Module):
|
||||||
return Path(__file__).parent / ".models.json"
|
return Path(__file__).parent / ".models.json"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def list_models(self):
|
def list_models():
|
||||||
return ModelManager(models_file=TTS.get_models_file_path(), progress_bar=False, verbose=False).list_models()
|
return ModelManager(models_file=TTS.get_models_file_path(), progress_bar=False, verbose=False).list_models()
|
||||||
|
|
||||||
def download_model_by_name(self, model_name: str):
|
def download_model_by_name(self, model_name: str):
|
||||||
|
|
Loading…
Reference in New Issue