Update lib/modules.py
Browse files- lib/modules.py +1 -1
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
|
|
|
209 |
f0_min,
|
210 |
f0_max,
|
211 |
f0_autotune,
|
212 |
+
hubert_model_path = "hubert_base.pt"
|
213 |
):
|
214 |
"""
|
215 |
Performs inference without saving
|