awacke1 commited on
Commit
fb08b49
1 Parent(s): f026cb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,7 +15,8 @@ demo = gr.Interface(
15
  ],
16
  examples=[
17
  [os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
18
- [os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")]
 
19
  ],
20
  )
21
 
 
15
  ],
16
  examples=[
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/GroundVehicle.glb")]
20
  ],
21
  )
22