Bredvige commited on
Commit
1981948
·
verified ·
1 Parent(s): e64573e

Update libs/jit/get_rmvpe.py

Browse files
Files changed (1) hide show
  1. libs/jit/get_rmvpe.py +1 -1
libs/jit/get_rmvpe.py CHANGED
@@ -1,7 +1,7 @@
1
  import torch
2
 
3
 
4
- def get_rmvpe(model_path="assets/rmvpe/rmvpe.pt", device=torch.device("cpu")):
5
  from infer.lib.rmvpe import E2E
6
 
7
  model = E2E(4, 1, (2, 2))
 
1
  import torch
2
 
3
 
4
+ def get_rmvpe(model_path="assets/rvc/rmvpe/rmvpe.pt", device=torch.device("cpu")):
5
  from infer.lib.rmvpe import E2E
6
 
7
  model = E2E(4, 1, (2, 2))