Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,8 @@ demo = gr.Interface(
|
|
18 |
examples=[
|
19 |
|
20 |
[os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
|
21 |
-
[os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")]
|
22 |
-
[os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.glb")]
|
23 |
-
[os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.gltf")]
|
24 |
],
|
25 |
)
|
26 |
|
|
|
18 |
examples=[
|
19 |
|
20 |
[os.path.join(os.path.dirname(__file__), "files/Duck.glb")],
|
21 |
+
[os.path.join(os.path.dirname(__file__), "files/rubber_duck.glb")],
|
22 |
+
[os.path.join(os.path.dirname(__file__), "files/Wolf-Blender-2.82a.glb")]
|
|
|
23 |
],
|
24 |
)
|
25 |
|