Spaces:
Sleeping
Sleeping
main.py
CHANGED
@@ -43,7 +43,7 @@ is_detecting = False
|
|
43 |
detection_thread = None
|
44 |
|
45 |
model = joblib.load('models/xgb_test.pkl')
|
46 |
-
|
47 |
class ConnectionManager:
|
48 |
def __init__(self):
|
49 |
self.active_connections: List[WebSocket] = []
|
|
|
43 |
detection_thread = None
|
44 |
|
45 |
model = joblib.load('models/xgb_test.pkl')
|
46 |
+
# s
|
47 |
class ConnectionManager:
|
48 |
def __init__(self):
|
49 |
self.active_connections: List[WebSocket] = []
|