banao-tech commited on
Commit
83121ba
·
verified ·
1 Parent(s): 2be0bb8

Update download_models.py

Browse files
Files changed (1) hide show
  1. download_models.py +1 -1
download_models.py CHANGED
@@ -28,7 +28,7 @@ def download_models():
28
  # Move the file to the correct location
29
  os.makedirs(os.path.dirname(local_path), exist_ok=True)
30
  shutil.move(downloaded_file, local_path)
31
- print(f"Successfully downloaded and moved to {local_path}")
32
  except Exception as e:
33
  print(f"Error downloading {repo_path}: {str(e)}")
34
 
 
28
  # Move the file to the correct location
29
  os.makedirs(os.path.dirname(local_path), exist_ok=True)
30
  shutil.move(downloaded_file, local_path)
31
+ print(f"Successfully downloaded and moved to {local_path} ")
32
  except Exception as e:
33
  print(f"Error downloading {repo_path}: {str(e)}")
34