Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -330,6 +330,7 @@ class IntrusionDetectionEn:
|
|
330 |
self.max_intrusion_time = max_intrusion_time
|
331 |
self.iou_threshold = iou_threshold
|
332 |
self.conf_threshold = conf_threshold
|
|
|
333 |
|
334 |
# Predefined staff uniform colors (RGB format)
|
335 |
self.staff_colors = [
|
|
|
330 |
self.max_intrusion_time = max_intrusion_time
|
331 |
self.iou_threshold = iou_threshold
|
332 |
self.conf_threshold = conf_threshold
|
333 |
+
@spaces.GPU
|
334 |
|
335 |
# Predefined staff uniform colors (RGB format)
|
336 |
self.staff_colors = [
|