Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ demo = gr.Interface(
|
|
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 |
-
|
23 |
-
|
24 |
],
|
25 |
)
|
26 |
|
|
|
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 |
|