Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ hubert_model.eval()
|
|
| 91 |
|
| 92 |
from infer_rvc_python import BaseLoader
|
| 93 |
|
| 94 |
-
BaseLoader(only_cpu=True, hubert_path="hubert_base.pt", rmvpe_path="rmvpe.pt")
|
| 95 |
|
| 96 |
converter.apply_conf(
|
| 97 |
tag="yoimiya",
|
|
|
|
| 91 |
|
| 92 |
from infer_rvc_python import BaseLoader
|
| 93 |
|
| 94 |
+
converter = BaseLoader(only_cpu=True, hubert_path="hubert_base.pt", rmvpe_path="rmvpe.pt")
|
| 95 |
|
| 96 |
converter.apply_conf(
|
| 97 |
tag="yoimiya",
|