Spaces:
Running
Running
Update modules/predicter.py
Browse files- 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 =
|
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
|