Spaces:
Runtime error
Runtime error
Fix config file paths - use correct filenames from LittleFrog repo
Browse files
app.py
CHANGED
@@ -35,14 +35,14 @@ def download_model_weights():
|
|
35 |
"local_dir": "weights/albedo",
|
36 |
"files": [
|
37 |
"weights/albedo/checkpoints/last.ckpt",
|
38 |
-
"weights/albedo/configs/
|
39 |
]
|
40 |
},
|
41 |
{
|
42 |
"local_dir": "weights/specular",
|
43 |
"files": [
|
44 |
"weights/specular/checkpoints/last.ckpt",
|
45 |
-
"weights/specular/configs/
|
46 |
]
|
47 |
}
|
48 |
]
|
|
|
35 |
"local_dir": "weights/albedo",
|
36 |
"files": [
|
37 |
"weights/albedo/checkpoints/last.ckpt",
|
38 |
+
"weights/albedo/configs/albedo_project.yaml"
|
39 |
]
|
40 |
},
|
41 |
{
|
42 |
"local_dir": "weights/specular",
|
43 |
"files": [
|
44 |
"weights/specular/checkpoints/last.ckpt",
|
45 |
+
"weights/specular/configs/specular_project.yaml"
|
46 |
]
|
47 |
}
|
48 |
]
|