Update lib/modules.py
Browse files- lib/modules.py +2 -2
lib/modules.py
CHANGED
@@ -209,7 +209,7 @@ class VC:
|
|
209 |
f0_min,
|
210 |
f0_max,
|
211 |
f0_autotune,
|
212 |
-
hubert_model_path = "
|
213 |
):
|
214 |
"""
|
215 |
Performs inference without saving
|
@@ -377,7 +377,7 @@ class VC:
|
|
377 |
f0_min,
|
378 |
f0_max,
|
379 |
f0_autotune,
|
380 |
-
hubert_model_path = "
|
381 |
):
|
382 |
"""
|
383 |
Performs inference with saving
|
|
|
209 |
f0_min,
|
210 |
f0_max,
|
211 |
f0_autotune,
|
212 |
+
hubert_model_path = "rvc_models/hubert_base.pt"
|
213 |
):
|
214 |
"""
|
215 |
Performs inference without saving
|
|
|
377 |
f0_min,
|
378 |
f0_max,
|
379 |
f0_autotune,
|
380 |
+
hubert_model_path = "rvc_models/hubert_base.pt"
|
381 |
):
|
382 |
"""
|
383 |
Performs inference with saving
|