awacke1 commited on
Commit
f0eba5b
β€’
1 Parent(s): 4bec14d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ demo = gr.Interface(
17
  ],
18
  examples=[
19
 
20
- [os.path.join(os.path.dirname(__file__), "files/Duck.glb")]#,
21
- #[os.path.join(os.path.dirname(__file__), "files/Fox.gltf")],
22
  # [os.path.join(os.path.dirname(__file__), "files/face.obj")],
23
  # [os.path.join(os.path.dirname(__file__), "files/Bunny.obj")],
24
  ],
 
17
  ],
18
  examples=[
19
 
20
+ [os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
21
+ [os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")]
22
  # [os.path.join(os.path.dirname(__file__), "files/face.obj")],
23
  # [os.path.join(os.path.dirname(__file__), "files/Bunny.obj")],
24
  ],