xJuuzouYTx
commited on
Commit
•
af36c4d
1
Parent(s):
aeaba46
[ADD] auto download rmvpe.pt
Browse files- inference.py +1 -1
inference.py
CHANGED
@@ -52,7 +52,7 @@ class Inference:
|
|
52 |
|
53 |
if not os.path.exists("./rmvpe.pt"):
|
54 |
wget.download(
|
55 |
-
"https://huggingface.co/lj1995/VoiceConversionWebUI/
|
56 |
)
|
57 |
|
58 |
@property
|
|
|
52 |
|
53 |
if not os.path.exists("./rmvpe.pt"):
|
54 |
wget.download(
|
55 |
+
"https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt", out="./rmvpe.pt"
|
56 |
)
|
57 |
|
58 |
@property
|