Update lib/infer.py
Browse files- lib/infer.py +3 -3
lib/infer.py
CHANGED
@@ -121,9 +121,9 @@ def infer_audio(
|
|
121 |
f0_autotune=False,
|
122 |
audio_format="wav",
|
123 |
resample_sr=0,
|
124 |
-
hubert_model_path="hubert_base.pt",
|
125 |
-
rmvpe_model_path="rmvpe.pt",
|
126 |
-
fcpe_model_path="fcpe.pt"
|
127 |
):
|
128 |
os.environ["rmvpe_model_path"] = rmvpe_model_path
|
129 |
os.environ["fcpe_model_path"] = fcpe_model_path
|
|
|
121 |
f0_autotune=False,
|
122 |
audio_format="wav",
|
123 |
resample_sr=0,
|
124 |
+
hubert_model_path="rvc_models/hubert_base.pt",
|
125 |
+
rmvpe_model_path="rvc_models/rmvpe.pt",
|
126 |
+
fcpe_model_path="rvc_models/fcpe.pt"
|
127 |
):
|
128 |
os.environ["rmvpe_model_path"] = rmvpe_model_path
|
129 |
os.environ["fcpe_model_path"] = fcpe_model_path
|