pull/2655/head v0.14.2
Eren Gölge 2023-06-05 22:38:56 +02:00
parent a494f0c92a
commit 547a72c97d
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ If you don't specify any models, then it uses LJSpeech based English model.
vc_config_path = config_path
# tts model with multiple files to be loaded from the directory path
if "fairseq" == model_item["author"] or isinstance(model_item["github_rls_url"], list):
if model_item["author"] == "fairseq" or isinstance(model_item["github_rls_url"], list):
model_dir = model_path
tts_path = None
tts_config_path = None