Spaces:
Running
Running
Update app.py
Browse files
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__), "
|
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 |
)
|