Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,10 +16,11 @@ demo = gr.Interface(
|
|
| 16 |
gr.File(label="Download 3D Model")
|
| 17 |
],
|
| 18 |
examples=[
|
| 19 |
-
|
| 20 |
-
[os.path.join(os.path.dirname(__file__), "files/Duck.glb")]
|
| 21 |
-
[os.path.join(os.path.dirname(__file__), "files/Fox.gltf")],
|
| 22 |
-
|
|
|
|
| 23 |
],
|
| 24 |
)
|
| 25 |
|
|
|
|
| 16 |
gr.File(label="Download 3D Model")
|
| 17 |
],
|
| 18 |
examples=[
|
| 19 |
+
|
| 20 |
+
[os.path.join(os.path.dirname(__file__), "files/Duck.glb")]#,
|
| 21 |
+
#[os.path.join(os.path.dirname(__file__), "files/Fox.gltf")],
|
| 22 |
+
# [os.path.join(os.path.dirname(__file__), "files/face.obj")],
|
| 23 |
+
# [os.path.join(os.path.dirname(__file__), "files/Bunny.obj")],
|
| 24 |
],
|
| 25 |
)
|
| 26 |
|