Spaces:
Runtime error
Runtime error
Update services/operations_maintenance/signage_check.py
Browse files
services/operations_maintenance/signage_check.py
CHANGED
@@ -66,4 +66,4 @@ def process_signages(frame):
|
|
66 |
Wrapper function for integration with app.py.
|
67 |
"""
|
68 |
result = detect_signages(frame)
|
69 |
-
return result["detections"], result["frame"]
|
|
|
66 |
Wrapper function for integration with app.py.
|
67 |
"""
|
68 |
result = detect_signages(frame)
|
69 |
+
return result["detections"], result["frame"]
|