xJuuzouYTx commited on
Commit
af36c4d
1 Parent(s): aeaba46

[ADD] auto download rmvpe.pt

Browse files
Files changed (1) hide show
  1. 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/blob/main/rmvpe.pt", out="./rmvpe.pt"
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