KillD00zer commited on
Commit
6d04b0d
·
verified ·
1 Parent(s): c8e9946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def analyze_video(video_path):
9
  output_path = os.path.join(temp_dir, "output.mp4")
10
 
11
  # Call your fight and object detection functions
12
- fight_result = fight_detection(video_path)
13
  crime_result, annotated_video_path = Crime(video_path)
14
 
15
  return {
 
9
  output_path = os.path.join(temp_dir, "output.mp4")
10
 
11
  # Call your fight and object detection functions
12
+ fight_result = fight_detction(video_path)
13
  crime_result, annotated_video_path = Crime(video_path)
14
 
15
  return {