cruiserein22 commited on
Commit
b91cbda
·
verified ·
1 Parent(s): b6e0051

Update modules/predicter.py

Browse files
Files changed (1) hide show
  1. modules/predicter.py +1 -1
modules/predicter.py CHANGED
@@ -6,7 +6,7 @@ import modules.globals # Import globals to access the color correction toggle
6
 
7
  from modules.typing import Frame
8
 
9
- MAX_PROBABILITY = 0.85
10
 
11
  # Preload the model once for efficiency
12
  model = None
 
6
 
7
  from modules.typing import Frame
8
 
9
+ MAX_PROBABILITY = 1.00
10
 
11
  # Preload the model once for efficiency
12
  model = None