awacke1 commited on
Commit
9e3c1ed
ยท
1 Parent(s): 7993914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ demo = gr.Interface(
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
  ],
25
  )
26
 
 
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/Wolf-Blender-2.82a.glb")],
23
+ [os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.gltf")],
24
  ],
25
  )
26