awacke1 commited on
Commit
51486da
β€’
1 Parent(s): 810c3d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ demo = gr.Interface(
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")],
 
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/hugging_face.glb")],
21
  [os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
22
  [os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")],
23
  [os.path.join(os.path.dirname(__file__), "files/mm_project.glb")],