awacke1 commited on
Commit
a088e4b
·
1 Parent(s): 287d834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ demo = gr.Interface(
17
  outputs=outputs,
18
  examples=[
19
  [os.path.join(os.path.dirname(__file__), "FinalBaseMesh.obj")],
20
- [os.path.join(os.path.dirname(__file__), "Futuristic_Car_2.1_obj.obj")]
21
  ],
22
  cache_examples=True,
23
  )
 
17
  outputs=outputs,
18
  examples=[
19
  [os.path.join(os.path.dirname(__file__), "FinalBaseMesh.obj")],
20
+ [os.path.join(os.path.dirname(__file__), "BEAR_BLK.OBJ")]
21
  ],
22
  cache_examples=True,
23
  )