fffiloni commited on
Commit
dfb0d1d
·
verified ·
1 Parent(s): 65e5de6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -465,10 +465,12 @@ with gr.Blocks(css=css) as demo:
465
  """)
466
 
467
  with gr.Column():
468
- with gr.Row():
469
- working_frame = gr.Dropdown(label="working frame ID", choices=[""], value=None, visible=False, allow_custom_value=False, interactive=True)
470
- change_current = gr.Button("change current", visible=False)
471
- output_result = gr.Image(label="current working mask ref")
 
 
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)