Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def clear_points(image):
|
|
51 |
gr.State([]), # tracking_points
|
52 |
gr.State([]), # trackings_input_label
|
53 |
image, # points_map
|
54 |
-
gr.State() # stored_inference_state
|
55 |
]
|
56 |
|
57 |
def preprocess_video_in(video_path):
|
@@ -494,7 +494,7 @@ with gr.Blocks() as demo:
|
|
494 |
tracking_points,
|
495 |
trackings_input_label,
|
496 |
points_map,
|
497 |
-
stored_inference_state,
|
498 |
],
|
499 |
queue=False
|
500 |
)
|
|
|
51 |
gr.State([]), # tracking_points
|
52 |
gr.State([]), # trackings_input_label
|
53 |
image, # points_map
|
54 |
+
#gr.State() # stored_inference_state
|
55 |
]
|
56 |
|
57 |
def preprocess_video_in(video_path):
|
|
|
494 |
tracking_points,
|
495 |
trackings_input_label,
|
496 |
points_map,
|
497 |
+
#stored_inference_state,
|
498 |
],
|
499 |
queue=False
|
500 |
)
|