Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
b91cc99
1
Parent(s):
4b5014b
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,8 @@ hubert_model.eval()
|
|
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",
|
|
|
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 |
+
converter = BaseLoader(only_cpu=True, hubert_path=None, rmvpe_path=None)
|
96 |
|
97 |
converter.apply_conf(
|
98 |
tag="yoimiya",
|