Skip to content

Commit

Permalink
Update download_models.py (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Sep 7, 2024
2 parents f37e028 + 50d5ad2 commit b8b10cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from pathlib import Path
import requests

RVC_other_DOWNLOAD_LINK = 'https://huggingface.co/Politrees/all_RVC-pretrained_and_other/resolve/main/other/'
RVC_hubert_DOWNLOAD_LINK = 'https://huggingface.co/Politrees/all_RVC-pretrained_and_other/resolve/main/HuBERTs/'
RVC_other_DOWNLOAD_LINK = 'https://huggingface.co/Politrees/RVC_resources/resolve/main/predictors/'
RVC_hubert_DOWNLOAD_LINK = 'https://huggingface.co/Politrees/RVC_resources/resolve/main/embedders/'

now_dir = os.getcwd()
assets_dir = os.path.join(now_dir, 'models', 'assets')
Expand Down

0 comments on commit b8b10cd

Please sign in to comment.