Hamnivore commited on
Commit
d7c6feb
·
1 Parent(s): 9f13c85

Fix config file paths - use correct filenames from LittleFrog repo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/project.yaml"
39
  ]
40
  },
41
  {
42
  "local_dir": "weights/specular",
43
  "files": [
44
  "weights/specular/checkpoints/last.ckpt",
45
- "weights/specular/configs/project.yaml"
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
  ]