Spaces:
Sleeping
Sleeping
fix: Fix name
Browse files
app.py
CHANGED
@@ -415,7 +415,7 @@ with gr.Blocks(
|
|
415 |
)
|
416 |
|
417 |
with gr.Group():
|
418 |
-
|
419 |
label="Reconstructed PointCloud or Splat",
|
420 |
display_mode="solid",
|
421 |
clear_color=[0.0, 0.0, 0.0, 0.0]
|
|
|
415 |
)
|
416 |
|
417 |
with gr.Group():
|
418 |
+
output_model = gr.Model3D(
|
419 |
label="Reconstructed PointCloud or Splat",
|
420 |
display_mode="solid",
|
421 |
clear_color=[0.0, 0.0, 0.0, 0.0]
|