Spaces:
Runtime error
Runtime error
update gradio
Browse files
app.py
CHANGED
@@ -148,10 +148,9 @@ def launch(port):
|
|
148 |
)
|
149 |
|
150 |
with gr.Column(scale=1):
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
output_3dgs = Model3DGS(value=None, label="3DGS")
|
155 |
|
156 |
img_run_btn.click(
|
157 |
fn=preprocess,
|
|
|
148 |
)
|
149 |
|
150 |
with gr.Column(scale=1):
|
151 |
+
seg_image = gr.Image(value=None, type="filepath", height=256, width=256, image_mode="RGBA", label="Segmented Image", interactive=False)
|
152 |
+
output_video = gr.Video(value=None, label="Rendered Video", height=256, autoplay=True)
|
153 |
+
output_3dgs = Model3DGS(value=None, label="3D Model")
|
|
|
154 |
|
155 |
img_run_btn.click(
|
156 |
fn=preprocess,
|