We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dce847 commit acc7363Copy full SHA for acc7363
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "rvc-python"
7
-version = "0.0.4"
+version = "0.0.5"
8
authors = [
9
{ name="daswer123", email="daswerq123@gmail.com" },
10
]
rvc_python/modules/vc/pipeline.py
@@ -148,7 +148,7 @@ def get_f0(
148
logger.info(
149
"Loading rmvpe model - base_models/rmvpe.pth"
150
)
151
- rmvpe_path = Path(f"{self.lib_dir}\\base_model\\rmvpe.pt")
+ rmvpe_path = Path(self.lib_dir) / "base_model" / "rmvpe.pt"
152
self.model_rmvpe = RMVPE(
153
rmvpe_path,
154
is_half=self.is_half,
0 commit comments