Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Oct 6, 2023
1 parent 4a6103f commit ee1ef1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions TTS/utils/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ def tos_agreed(self, model_item, model_full_path):
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
Expand Down

0 comments on commit ee1ef1c

Please sign in to comment.