awacke1 commited on
Commit
2cce069
β€’
1 Parent(s): c377cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ demo = gr.Interface(
17
  [os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
18
  [os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")],
19
  [os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.glb")],
20
- [os.path.join(os.path.dirname(__file__), "files/mm_project.glb")]
 
21
  ],
22
  )
23
 
 
17
  [os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
18
  [os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")],
19
  [os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.glb")],
20
+ [os.path.join(os.path.dirname(__file__), "files/mm_project.glb")],
21
+ [os.path.join(os.path.dirname(__file__), "files/mm_project2.glb")]
22
  ],
23
  )
24