Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,8 +119,8 @@ def preprocess_video_in(video_path):
|
|
| 119 |
|
| 120 |
return [
|
| 121 |
first_frame, # first_frame_path
|
| 122 |
-
[], # tracking_points
|
| 123 |
-
[],
|
| 124 |
first_frame, # input_first_frame_image
|
| 125 |
first_frame, # points_map
|
| 126 |
extracted_frames_output_dir, # video_frames_dir
|
|
|
|
| 119 |
|
| 120 |
return [
|
| 121 |
first_frame, # first_frame_path
|
| 122 |
+
gr.State([]), # tracking_points
|
| 123 |
+
gr.State([]),
|
| 124 |
first_frame, # input_first_frame_image
|
| 125 |
first_frame, # points_map
|
| 126 |
extracted_frames_output_dir, # video_frames_dir
|