fffiloni commited on
Commit
48132e8
·
verified ·
1 Parent(s): c5e2351

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -404,7 +404,7 @@ with gr.Blocks() as demo:
404
  video_in = gr.Video(label="Video IN")
405
 
406
  with gr.Column():
407
- working_frame = gr.Dropdown(label="working frame ID", choices=[""], value=None, visible=False, allow_custom_value=True)
408
  output_result = gr.Image(label="current working mask ref")
409
  with gr.Row():
410
  vis_frame_type = gr.Radio(label="Propagation level", choices=["check", "render"], value="check", scale=2)
 
404
  video_in = gr.Video(label="Video IN")
405
 
406
  with gr.Column():
407
+ working_frame = gr.Dropdown(label="working frame ID", choices=[""], value=None, visible=True, allow_custom_value=True, interactive=True)
408
  output_result = gr.Image(label="current working mask ref")
409
  with gr.Row():
410
  vis_frame_type = gr.Radio(label="Propagation level", choices=["check", "render"], value="check", scale=2)