mirror of https://github.com/coqui-ai/TTS.git
Remove unused method
This commit is contained in:
parent
4a6103fec9
commit
ee1ef1c51e
|
@ -321,9 +321,6 @@ class ModelManager(object):
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def check_if_files_size(self, model_name):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def create_dir_and_download_model(self, model_name, model_item, output_path):
|
def create_dir_and_download_model(self, model_name, model_item, output_path):
|
||||||
os.makedirs(output_path, exist_ok=True)
|
os.makedirs(output_path, exist_ok=True)
|
||||||
# handle TOS
|
# handle TOS
|
||||||
|
|
Loading…
Reference in New Issue