fffiloni commited on
Commit
abdc509
·
verified ·
1 Parent(s): ae8c232

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -360,11 +360,12 @@ with gr.Blocks() as demo:
360
  4. Submit !
361
  """)
362
  with gr.Row():
363
- video_in = gr.Video(label="Video IN")
364
  with gr.Column():
365
  with gr.Row():
366
- point_type = gr.Radio(label="point type", choices=["include", "exclude"], value="include")
367
- clear_points_btn = gr.Button("Clear Points")
 
368
  input_first_frame_image = gr.Image(label="input image", interactive=False, type="filepath", visible=False)
369
  points_map = gr.Image(
370
  label="Point n Click map",
 
360
  4. Submit !
361
  """)
362
  with gr.Row():
363
+
364
  with gr.Column():
365
  with gr.Row():
366
+ point_type = gr.Radio(label="point type", choices=["include", "exclude"], value="include", scale=2)
367
+ clear_points_btn = gr.Button("Clear Points", scale=1)
368
+ video_in = gr.Video(label="Video IN")
369
  input_first_frame_image = gr.Image(label="input image", interactive=False, type="filepath", visible=False)
370
  points_map = gr.Image(
371
  label="Point n Click map",