suvadityamuk commited on
Commit
f74f8b8
·
1 Parent(s): 074d3da

chore: update paths for examples

Browse files

Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>

demos/run_gradio_demo.py CHANGED
@@ -466,9 +466,9 @@ EX_STRUCT_THUMBS = [
466
  ["example_data/thumbs/structure/bench_chair.png"],
467
  ["example_data/thumbs/structure/cabinet.png"],
468
  ["example_data/thumbs/structure/chair.png"],
469
- ["example_data/thumbs/structure/giraffe_zup.png"],
470
- ["example_data/thumbs/structure/motorcycle_zup.png"],
471
- ["example_data/thumbs/structure/plane_zup.png"]
472
  ]
473
 
474
  EX_MESH_THUMBS = [
 
466
  ["example_data/thumbs/structure/bench_chair.png"],
467
  ["example_data/thumbs/structure/cabinet.png"],
468
  ["example_data/thumbs/structure/chair.png"],
469
+ ["example_data/thumbs/structure/giraffe.png"],
470
+ ["example_data/thumbs/structure/motorcycle.png"],
471
+ ["example_data/thumbs/structure/plane.png"]
472
  ]
473
 
474
  EX_MESH_THUMBS = [
example_data_cache_generator.py CHANGED
@@ -28,9 +28,9 @@ STRUCT_EXAMPLES = {
28
  "bench_chair": "example_data/structure_mesh/bench_chair.glb",
29
  "cabinet": "example_data/structure_mesh/cabinet.glb",
30
  "chair": "example_data/structure_mesh/chair.glb",
31
- "giraffe_zup": "example_data/structure_mesh/giraffe_zup.glb",
32
- "motorcycle_zup": "example_data/structure_mesh/motorcycle_zup.glb",
33
- "plane_zup": "example_data/structure_mesh/plane_zup.glb",
34
  }
35
 
36
  APP_MESH_EXAMPLES = {
 
28
  "bench_chair": "example_data/structure_mesh/bench_chair.glb",
29
  "cabinet": "example_data/structure_mesh/cabinet.glb",
30
  "chair": "example_data/structure_mesh/chair.glb",
31
+ "giraffe": "example_data/structure_mesh/giraffe.glb",
32
+ "motorcycle": "example_data/structure_mesh/motorcycle.glb",
33
+ "plane": "example_data/structure_mesh/plane.glb",
34
  }
35
 
36
  APP_MESH_EXAMPLES = {