Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jun 5, 2023
1 parent a494f0c commit 547a72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/bin/synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def main():
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
Expand Down

0 comments on commit 547a72c

Please sign in to comment.