awacke1 commited on
Commit
ba34e1f
·
1 Parent(s): 9839f71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -16,10 +16,8 @@ demo = gr.Interface(
16
  inputs=inputs,
17
  outputs=outputs,
18
  examples=[
19
- [os.path.join(os.path.dirname(__file__), "files/Bunny.obj")],
20
- [os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
21
- [os.path.join(os.path.dirname(__file__), "files/Fox.gltf")],
22
- [os.path.join(os.path.dirname(__file__), "files/face.obj")],
23
  ],
24
  cache_examples=True,
25
  )
 
16
  inputs=inputs,
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
  )