Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def process_diary(day, date, total_people, total_machinery, machinery_types, act
|
|
71 |
global_media_path = temp_path
|
72 |
|
73 |
if is_video(media.name):
|
74 |
-
annotated_video_path = annotate_video_with_bboxes(temp_path # Or use annotate_video_with_bboxes(temp_path) if implemented
|
75 |
|
76 |
detected_types_str = ", ".join([f"{k}: {v}" for k, v in detected_machinery_types.items()])
|
77 |
|
|
|
71 |
global_media_path = temp_path
|
72 |
|
73 |
if is_video(media.name):
|
74 |
+
annotated_video_path = annotate_video_with_bboxes(temp_path) # Or use annotate_video_with_bboxes(temp_path) if implemented
|
75 |
|
76 |
detected_types_str = ", ".join([f"{k}: {v}" for k, v in detected_machinery_types.items()])
|
77 |
|