From ee1ef1c51e183c9236d4b598afda0e8c828a8ec9 Mon Sep 17 00:00:00 2001 From: Edresson Casanova Date: Fri, 6 Oct 2023 17:21:22 -0300 Subject: [PATCH] Remove unused method --- TTS/utils/manage.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/TTS/utils/manage.py b/TTS/utils/manage.py index dbd9d7c0..288cc118 100644 --- a/TTS/utils/manage.py +++ b/TTS/utils/manage.py @@ -321,9 +321,6 @@ class ModelManager(object): return False return True - def check_if_files_size(self, model_name): - pass - def create_dir_and_download_model(self, model_name, model_item, output_path): os.makedirs(output_path, exist_ok=True) # handle TOS