Spaces:
Runtime error
Runtime error
Update dowoad_param.py
#9
by
John6666
- opened
- dowoad_param.py +7 -7
dowoad_param.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
import os
|
2 |
-
|
3 |
-
def dowoad_param():
|
4 |
-
os.system("wget
|
5 |
-
os.system("wget https://huggingface.co/Kit-Lemonfoot/RVC_DidntAsk/resolve/main/hubert_base.pt -O hubert_base.pt")
|
6 |
-
os.system("wget https://huggingface.co/Kit-Lemonfoot/RVC_DidntAsk/resolve/main/rmvpe.pt -O rmvpe.pt")
|
7 |
-
|
8 |
dowoad_param()
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
+
def dowoad_param():
|
4 |
+
os.system("wget https://huggingface.co/datasets/ylzz1997/rmvpe_pretrain_model/resolve/main/fcpe.pt -O fcpe.pt")
|
5 |
+
os.system("wget https://huggingface.co/Kit-Lemonfoot/RVC_DidntAsk/resolve/main/hubert_base.pt -O hubert_base.pt")
|
6 |
+
os.system("wget https://huggingface.co/Kit-Lemonfoot/RVC_DidntAsk/resolve/main/rmvpe.pt -O rmvpe.pt")
|
7 |
+
|
8 |
dowoad_param()
|