esmaele commited on
Commit
c29a2dd
·
verified ·
1 Parent(s): 8c7baf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,7 +414,7 @@ class LoiteringDetector:
414
  return output_path
415
 
416
 
417
- def process_video(feature, video, area=None):
418
  detectors = {
419
  "Crowd Detection": CrowdDetection,
420
  "People Tracking": PeopleTracking,
 
414
  return output_path
415
 
416
 
417
+ def process_video(feature, video, area=None):
418
  detectors = {
419
  "Crowd Detection": CrowdDetection,
420
  "People Tracking": PeopleTracking,