Update tools/download_models.py
Browse files- tools/download_models.py +1 -1
tools/download_models.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
from pathlib import Path
|
3 |
import requests
|
4 |
|
5 |
-
RVC_DOWNLOAD_LINK = "https://huggingface.co/
|
6 |
|
7 |
BASE_DIR = Path(__file__).resolve().parent.parent
|
8 |
|
|
|
2 |
from pathlib import Path
|
3 |
import requests
|
4 |
|
5 |
+
RVC_DOWNLOAD_LINK = "https://huggingface.co/nevreal/RVC_stuff/resolve/main/"
|
6 |
|
7 |
BASE_DIR = Path(__file__).resolve().parent.parent
|
8 |
|