Spaces:
Runtime error
Runtime error
Create dowoad_param.py
Browse files- dowoad_param.py +6 -0
dowoad_param.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
def dowoad_param():
|
2 |
+
os.system("wget https://huggingface.co/datasets/ylzz1997/rmvpe_pretrain_model/resolve/main/fcpe.pt -O fcpe.pt")
|
3 |
+
os.system("wget https://huggingface.co/Kit-Lemonfoot/RVC_DidntAsk/resolve/main/hubert_base.pt -O hubert_base.pt")
|
4 |
+
os.system("wget https://huggingface.co/Kit-Lemonfoot/RVC_DidntAsk/resolve/main/rmvpe.pt -O rmvpe.pt")
|
5 |
+
|
6 |
+
dowoad_param()
|