Spaces:
Running
Running
Update src/download_models.py
Browse files- src/download_models.py +1 -1
src/download_models.py
CHANGED
@@ -2,7 +2,7 @@ from pathlib import Path
|
|
2 |
import requests
|
3 |
|
4 |
MDX_DOWNLOAD_LINK = 'https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/'
|
5 |
-
RVC_DOWNLOAD_LINK = 'https://huggingface.co/
|
6 |
|
7 |
BASE_DIR = Path(__file__).resolve().parent.parent
|
8 |
mdxnet_models_dir = BASE_DIR / 'mdxnet_models'
|
|
|
2 |
import requests
|
3 |
|
4 |
MDX_DOWNLOAD_LINK = 'https://github.com/TRvlvr/model_repo/releases/download/all_public_uvr_models/'
|
5 |
+
RVC_DOWNLOAD_LINK = 'https://huggingface.co/kindahex/voice-conversion/resolve/main/'
|
6 |
|
7 |
BASE_DIR = Path(__file__).resolve().parent.parent
|
8 |
mdxnet_models_dir = BASE_DIR / 'mdxnet_models'
|