eho69 commited on
Commit
7cc53ec
·
verified ·
1 Parent(s): 852fa5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from queue import Queue
16
 
17
  class Config:
18
  """Configuration for the detection system"""
19
- MODEL_PATH = "best (2).pt"
20
 
21
  # Performance settings
22
  DEFAULT_CAMERA_WIDTH = 640
 
16
 
17
  class Config:
18
  """Configuration for the detection system"""
19
+ MODEL_PATH = "best (3).pt"
20
 
21
  # Performance settings
22
  DEFAULT_CAMERA_WIDTH = 640