Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -540,7 +540,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 540 |
tracking_points, # get tracking_points values
|
| 541 |
trackings_input_label, # get tracking label values
|
| 542 |
input_first_frame_image, # gr.State() first frame path
|
| 543 |
-
gr.SelectData
|
| 544 |
],
|
| 545 |
outputs = [
|
| 546 |
tracking_points, # updated with new points
|
|
|
|
| 540 |
tracking_points, # get tracking_points values
|
| 541 |
trackings_input_label, # get tracking label values
|
| 542 |
input_first_frame_image, # gr.State() first frame path
|
| 543 |
+
gr.SelectData,
|
| 544 |
],
|
| 545 |
outputs = [
|
| 546 |
tracking_points, # updated with new points
|