KillD00zer commited on
Commit
5ae5094
·
verified ·
1 Parent(s): 1c990aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def analyze_video(video_path):
10
 
11
  # Call your fight and object detection functions
12
  fight_result = fight_detec(video_path)
13
- crime_result, annotated_video_path = Crime(video_path)
14
 
15
  return {
16
  "Fight": fight_result,
 
10
 
11
  # Call your fight and object detection functions
12
  fight_result = fight_detec(video_path)
13
+ crime_result, annotated_video_path = detection(video_path)
14
 
15
  return {
16
  "Fight": fight_result,