Mar2Ding commited on
Commit
907e99a
·
verified ·
1 Parent(s): e17f634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -496,7 +496,7 @@ with gr.Blocks(css=css) as demo:
496
  with gr.Group():
497
  # with gr.Group():
498
  # with gr.Row():
499
- working_frame = gr.Dropdown(label="working frame ID", choices=[""], value="frame_0.jpg", visible=False, allow_custom_value=False, interactive=True)
500
  # change_current = gr.Button("change current", visible=False)
501
  # working_frame = []
502
  output_result = gr.Image(label="current working mask ref")
 
496
  with gr.Group():
497
  # with gr.Group():
498
  # with gr.Row():
499
+ working_frame = gr.Dropdown(label="working frame ID", choices=["frame_0.jpg"], value="frame_0.jpg", visible=False, allow_custom_value=False, interactive=True)
500
  # change_current = gr.Button("change current", visible=False)
501
  # working_frame = []
502
  output_result = gr.Image(label="current working mask ref")