Spaces:
Running on Zero
Running on Zero
update app [cleaned] ✅ - [height]
Browse files
app.py
CHANGED
|
@@ -1130,7 +1130,7 @@ with gr.Blocks() as demo:
|
|
| 1130 |
with gr.Tab("3D View"):
|
| 1131 |
reconstruction_output = Rerun(
|
| 1132 |
label="Rerun 3D Viewer",
|
| 1133 |
-
height=
|
| 1134 |
)
|
| 1135 |
|
| 1136 |
with gr.Tab("Depth"):
|
|
|
|
| 1130 |
with gr.Tab("3D View"):
|
| 1131 |
reconstruction_output = Rerun(
|
| 1132 |
label="Rerun 3D Viewer",
|
| 1133 |
+
height=672,
|
| 1134 |
)
|
| 1135 |
|
| 1136 |
with gr.Tab("Depth"):
|