Spaces:
Runtime error
Runtime error
Commit
·
cff74c3
1
Parent(s):
5b82d72
Update app.py
Browse files
app.py
CHANGED
@@ -28,9 +28,9 @@ i18n.print()
|
|
28 |
|
29 |
config = Config()
|
30 |
|
31 |
-
weight_root = "weights"
|
32 |
weight_uvr5_root = "uvr5_weights"
|
33 |
-
index_root = "logs"
|
34 |
names = []
|
35 |
hubert_model = None
|
36 |
for name in os.listdir(weight_root):
|
|
|
28 |
|
29 |
config = Config()
|
30 |
|
31 |
+
weight_root = "./weights"
|
32 |
weight_uvr5_root = "uvr5_weights"
|
33 |
+
index_root = "./logs"
|
34 |
names = []
|
35 |
hubert_model = None
|
36 |
for name in os.listdir(weight_root):
|