Skip to content

Commit

Permalink
First version rvc model
Browse files Browse the repository at this point in the history
  • Loading branch information
dobosevych committed Jan 5, 2024
1 parent 9db4932 commit f9a41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uberduck_ml_dev/models/rvc2/vc_infer_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def get_f0(
)
elif f0_method == "rmvpe":
if hasattr(self, "model_rmvpe") == False:
from rmvpe import RMVPE
from .rmvpe import RMVPE

print("loading rmvpe model")
self.model_rmvpe = RMVPE(
Expand Down

0 comments on commit f9a41c1

Please sign in to comment.