awacke1 commited on
Commit
2618844
ยท
1 Parent(s): 461ce2e

Update app.py

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