awacke1 commited on
Commit
62892c9
β€’
1 Parent(s): e8d578f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -16,10 +16,11 @@ demo = gr.Interface(
16
  gr.File(label="Download 3D Model")
17
  ],
18
  examples=[
19
- [os.path.join(os.path.dirname(__file__), "files/Bunny.obj")],
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
  ],
24
  )
25
 
 
16
  gr.File(label="Download 3D Model")
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
  ],
25
  )
26