Updating different url for hifigan as well

This commit is contained in:
Shivam Mehta
2024-01-12 11:21:51 +00:00
parent 5a52a67cf7
commit fb7b954de5
3 changed files with 6 additions and 6 deletions

View File

@@ -205,7 +205,7 @@ def get_user_data_dir(appname="matcha_tts"):
return final_path
def assert_model_downloaded(checkpoint_path, url, use_wget=False):
def assert_model_downloaded(checkpoint_path, url, use_wget=True):
if Path(checkpoint_path).exists():
log.debug(f"[+] Model already present at {checkpoint_path}!")
print(f"[+] Model already present at {checkpoint_path}!")