fffiloni commited on
Commit
8959db0
·
verified ·
1 Parent(s): d264f81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 gf.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")
 
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")