Spaces:
Runtime error
Runtime error
Commit ·
45770d1
1
Parent(s): ed2174b
Update app.py
Browse files
app.py
CHANGED
|
@@ -551,7 +551,7 @@ with gr.Blocks() as iface:
|
|
| 551 |
outputs=[video_state, video_info, template_frame, image_selection_slider,
|
| 552 |
track_pause_number_slider,point_prompt, clear_button_click, Add_mask_button,
|
| 553 |
template_frame, tracking_video_predict_button, video_output, mask_dropdown,
|
| 554 |
-
remove_mask_button, inpaint_video_predict_button, run_status]api_name="extract_frames"
|
| 555 |
)
|
| 556 |
|
| 557 |
# second step: select images from slider
|
|
|
|
| 551 |
outputs=[video_state, video_info, template_frame, image_selection_slider,
|
| 552 |
track_pause_number_slider,point_prompt, clear_button_click, Add_mask_button,
|
| 553 |
template_frame, tracking_video_predict_button, video_output, mask_dropdown,
|
| 554 |
+
remove_mask_button, inpaint_video_predict_button, run_status], api_name="extract_frames"
|
| 555 |
)
|
| 556 |
|
| 557 |
# second step: select images from slider
|