Blane187 John6666 commited on
Commit
47f83e6
1 Parent(s): 6c308d9

Update dowoad_param.py (#9)

Browse files

- Update dowoad_param.py (baa16be0cabd86d31198153f5c3c47f2cac7ae75)


Co-authored-by: John Smith <[email protected]>

Files changed (1) hide show
  1. 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 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()
 
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()