Spaces:
Paused
Paused
Commit
·
f74f8b8
1
Parent(s):
074d3da
chore: update paths for examples
Browse filesSigned-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/
|
| 470 |
-
["example_data/thumbs/structure/
|
| 471 |
-
["example_data/thumbs/structure/
|
| 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 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 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 = {
|