Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -487,7 +487,7 @@ with gr.Blocks() as demo:
|
|
487 |
point_type, # "include" or "exclude"
|
488 |
tracking_points, # get tracking_points values
|
489 |
trackings_input_label, # get tracking label values
|
490 |
-
|
491 |
],
|
492 |
outputs = [
|
493 |
tracking_points, # updated with new points
|
|
|
487 |
point_type, # "include" or "exclude"
|
488 |
tracking_points, # get tracking_points values
|
489 |
trackings_input_label, # get tracking label values
|
490 |
+
input_first_frame_image, # gr.State() first frame path
|
491 |
],
|
492 |
outputs = [
|
493 |
tracking_points, # updated with new points
|