Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -360,11 +360,12 @@ with gr.Blocks() as demo:
|
|
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")
|
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",
|