Update some files

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2024-10-28 21:18:22 +07:00
parent c802e293ce
commit d51d24ad9d
4 changed files with 11 additions and 17 deletions

View File

@@ -103,7 +103,6 @@ def fix_title(s):
def check_output_dir(model_name):
global download_dir
# download_dir = download_dir
if not os.path.exists(download_dir + model_name):
os.mkdir(download_dir + model_name)