ozipoetra
commited on
Commit
·
2d91d4f
1
Parent(s):
142d247
test
Browse files
lib/vc/vc_infer_pipeline.py
CHANGED
@@ -129,7 +129,7 @@ class VC(object):
|
|
129 |
f0 = f0[0].cpu().numpy()
|
130 |
elif f0_method == "rmvpe":
|
131 |
if hasattr(self, "model_rmvpe") == False:
|
132 |
-
from rmvpe import RMVPE
|
133 |
|
134 |
print("loading rmvpe model")
|
135 |
self.model_rmvpe = RMVPE(
|
|
|
129 |
f0 = f0[0].cpu().numpy()
|
130 |
elif f0_method == "rmvpe":
|
131 |
if hasattr(self, "model_rmvpe") == False:
|
132 |
+
from lib.vc.rmvpe import RMVPE
|
133 |
|
134 |
print("loading rmvpe model")
|
135 |
self.model_rmvpe = RMVPE(
|