Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -446,7 +446,7 @@ with gr.Blocks() as demo:
|
|
446 |
video_in = gr.Video(label="Video IN")
|
447 |
|
448 |
with gr.Column():
|
449 |
-
with
|
450 |
working_frame = gr.Dropdown(label="working frame ID", choices=[""], value=None, visible=False, allow_custom_value=False, interactive=True)
|
451 |
change_current = gr.Button("change current ")
|
452 |
output_result = gr.Image(label="current working mask ref")
|
|
|
446 |
video_in = gr.Video(label="Video IN")
|
447 |
|
448 |
with gr.Column():
|
449 |
+
with gr.Row():
|
450 |
working_frame = gr.Dropdown(label="working frame ID", choices=[""], value=None, visible=False, allow_custom_value=False, interactive=True)
|
451 |
change_current = gr.Button("change current ")
|
452 |
output_result = gr.Image(label="current working mask ref")
|