Spaces:
Runtime error
Runtime error
Besar
commited on
Commit
·
dabc7ee
1
Parent(s):
9d8ae1f
app.py
CHANGED
@@ -561,14 +561,6 @@ with gr.Blocks() as iface:
|
|
561 |
|
562 |
# first step: get the video information
|
563 |
|
564 |
-
video_input.click(
|
565 |
-
fn=get_frames_from_video,
|
566 |
-
inputs=[video_input, video_state],
|
567 |
-
outputs=[video_state, video_info, template_frame, image_selection_slider,
|
568 |
-
track_pause_number_slider,point_prompt, clear_button_click, Add_mask_button,
|
569 |
-
template_frame, tracking_video_predict_button, video_output, mask_dropdown,
|
570 |
-
remove_mask_button, inpaint_video_predict_button, run_status], api_name="api_extract_frames"
|
571 |
-
)
|
572 |
|
573 |
extract_frames_button.click(
|
574 |
fn=get_frames_from_video,
|
|
|
561 |
|
562 |
# first step: get the video information
|
563 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
564 |
|
565 |
extract_frames_button.click(
|
566 |
fn=get_frames_from_video,
|