Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,6 @@ def clear_points(image):
|
|
73 |
gr.State([]), # tracking_points
|
74 |
gr.State([]), # trackings_input_label
|
75 |
image, # points_map
|
76 |
-
#gr.State() # stored_inference_state
|
77 |
]
|
78 |
|
79 |
def preprocess_video_in(video_path):
|
|
|
73 |
gr.State([]), # tracking_points
|
74 |
gr.State([]), # trackings_input_label
|
75 |
image, # points_map
|
|
|
76 |
]
|
77 |
|
78 |
def preprocess_video_in(video_path):
|