Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -143,9 +143,9 @@ def launch(port):
|
|
| 143 |
)
|
| 144 |
|
| 145 |
with gr.Column(scale=1):
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
output_3dgs = Model3DGS(value=None, label="3D Model")
|
| 150 |
|
| 151 |
img_run_btn.click(
|
|
|
|
| 143 |
)
|
| 144 |
|
| 145 |
with gr.Column(scale=1):
|
| 146 |
+
with gr.Row(variant='panel'):
|
| 147 |
+
seg_image = gr.Image(value=None, width="auto", type="filepath", image_mode="RGBA", label="Segmented Image", interactive=False)
|
| 148 |
+
output_video = gr.Video(value=None, width="auto", label="Rendered Video", autoplay=True)
|
| 149 |
output_3dgs = Model3DGS(value=None, label="3D Model")
|
| 150 |
|
| 151 |
img_run_btn.click(
|