Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|