From 0c52d27d65ca0c72f42247a02e7e0436935e3249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 11 Feb 2021 15:27:41 +0000 Subject: [PATCH] return the json entry of the downloaded model --- TTS/utils/manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/utils/manage.py b/TTS/utils/manage.py index 72894890..97cdf2b6 100644 --- a/TTS/utils/manage.py +++ b/TTS/utils/manage.py @@ -116,7 +116,7 @@ class ModelManager(object): config["audio"]['stats_path'] = output_stats_path with open(config_path, "w") as jf: json.dump(config, jf) - return output_model_path, output_config_path + return output_model_path, output_config_path, model_item def _download_gdrive_file(self, gdrive_idx, output): """Download files from GDrive using their file ids"""