Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -545,7 +545,7 @@ with gr.Blocks() as demo:
|
|
545 |
reset_prpgt_brn.click(
|
546 |
fn = reset_propagation,
|
547 |
inputs = [first_frame_path, loaded_predictor, stored_inference_state],
|
548 |
-
outputs = [points_map, tracking_points,
|
549 |
queue=False
|
550 |
)
|
551 |
|
|
|
545 |
reset_prpgt_brn.click(
|
546 |
fn = reset_propagation,
|
547 |
inputs = [first_frame_path, loaded_predictor, stored_inference_state],
|
548 |
+
outputs = [points_map, tracking_points, trackings_input_label, output_propagated, stored_inference_state, output_result, available_frames_to_check, input_first_frame_image, working_frame, reset_prpgt_brn],
|
549 |
queue=False
|
550 |
)
|
551 |
|