Spaces:
Runtime error
Runtime error
Commit
·
c2caf48
1
Parent(s):
17a8e09
Update vc_infer_pipeline.py
Browse files- vc_infer_pipeline.py +1 -1
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
|
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 rmvpe import RMVPE
|
133 |
|
134 |
print("loading rmvpe model")
|
135 |
self.model_rmvpe = RMVPE(
|