zouzx commited on
Commit
436ca04
1 Parent(s): 0903bb4
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -143,9 +143,9 @@ def launch(port):
143
  )
144
 
145
  with gr.Column(scale=1):
146
- # with gr.Row(variant='panel'):
147
- seg_image = gr.Image(value=None, type="filepath", image_mode="RGBA", label="Segmented Image", interactive=False)
148
- output_video = gr.Video(value=None, label="Rendered Video", autoplay=True)
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(