awacke1 commited on
Commit
c3de5ac
β€’
1 Parent(s): f18e479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ demo = gr.Interface(
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
 
 
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