Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -465,10 +465,12 @@ with gr.Blocks(css=css) as demo:
|
|
465 |
""")
|
466 |
|
467 |
with gr.Column():
|
468 |
-
with gr.
|
469 |
-
|
470 |
-
|
471 |
-
|
|
|
|
|
472 |
with gr.Group():
|
473 |
with gr.Row():
|
474 |
vis_frame_type = gr.Radio(label="Propagation level", choices=["check", "render"], value="check", scale=2)
|
|
|
465 |
""")
|
466 |
|
467 |
with gr.Column():
|
468 |
+
with gr.Group():
|
469 |
+
with gr.Group():
|
470 |
+
with gr.Row():
|
471 |
+
working_frame = gr.Dropdown(label="working frame ID", choices=[""], value=None, visible=False, allow_custom_value=False, interactive=True)
|
472 |
+
change_current = gr.Button("change current", visible=False)
|
473 |
+
output_result = gr.Image(label="current working mask ref")
|
474 |
with gr.Group():
|
475 |
with gr.Row():
|
476 |
vis_frame_type = gr.Radio(label="Propagation level", choices=["check", "render"], value="check", scale=2)
|