Spaces:
Running
on
Zero
Running
on
Zero
app fix
Browse files
app.py
CHANGED
@@ -212,11 +212,11 @@ demo = gr.Interface(
|
|
212 |
],
|
213 |
outputs=[
|
214 |
gr.Image(label="Rendered 2D Visualization"),
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
],
|
221 |
title="SceneDINO Demo",
|
222 |
examples="demo_utils/examples",
|
|
|
212 |
],
|
213 |
outputs=[
|
214 |
gr.Image(label="Rendered 2D Visualization"),
|
215 |
+
gr.Model3D(label="Voxel Surface 3D Visualization",
|
216 |
+
zoom_speed=0.5, pan_speed=0.5,
|
217 |
+
clear_color=[0.0, 0.0, 0.0, 0.0],
|
218 |
+
camera_position=[-90, 80, None],
|
219 |
+
display_mode="solid"),
|
220 |
],
|
221 |
title="SceneDINO Demo",
|
222 |
examples="demo_utils/examples",
|