Spaces:
Runtime error
Runtime error
Daryl Fung
commited on
Commit
•
892a662
1
Parent(s):
afc6342
updated app.py
Browse files
app.py
CHANGED
@@ -130,10 +130,10 @@ else:
|
|
130 |
gpus = "-".join([i[0] for i in gpu_infos])
|
131 |
|
132 |
|
133 |
-
weight_root =
|
134 |
-
weight_uvr5_root =
|
135 |
-
index_root =
|
136 |
-
outside_index_root =
|
137 |
|
138 |
names = []
|
139 |
for name in os.listdir(weight_root):
|
|
|
130 |
gpus = "-".join([i[0] for i in gpu_infos])
|
131 |
|
132 |
|
133 |
+
weight_root = 'weights'
|
134 |
+
weight_uvr5_root = 'uvr5_weights'
|
135 |
+
index_root = 'indices'
|
136 |
+
outside_index_root = './'
|
137 |
|
138 |
names = []
|
139 |
for name in os.listdir(weight_root):
|