kowalsky commited on
Commit
2de34c5
·
1 Parent(s): 05d8695
Files changed (1) hide show
  1. main.py +1 -1
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] = []