Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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)
|