Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,7 @@ 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 |
-
[os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.glb")]
|
| 20 |
],
|
| 21 |
)
|
| 22 |
|
|
|
|
| 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 |
|