Spaces:
Running
Running
Update app.py
Browse files
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__), "
|
20 |
-
[os.path.join(os.path.dirname(__file__), "
|
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 |
)
|