awacke1 commited on
Commit
e7e8020
β€’
1 Parent(s): 8c44f78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,9 +16,9 @@ demo = gr.Interface(
16
  gr.File(label="Download 3D Model")
17
  ],
18
  examples=[
 
19
  [os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
20
  [os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")],
21
- [os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.glb")],
22
  [os.path.join(os.path.dirname(__file__), "files/mm_project.glb")],
23
  [os.path.join(os.path.dirname(__file__), "files/mm_project2.glb")]
24
  ],
 
16
  gr.File(label="Download 3D Model")
17
  ],
18
  examples=[
19
+ [os.path.join(os.path.dirname(__file__), "files/mm_impasto_swirl.glb")],
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/mm_project.glb")],
23
  [os.path.join(os.path.dirname(__file__), "files/mm_project2.glb")]
24
  ],