assentian1970 commited on
Commit
e5cd3ca
·
verified ·
1 Parent(s): e43932b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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