Update roop/predicter.py
Browse files- roop/predicter.py +1 -1
roop/predicter.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
|
5 |
from roop.typing import Frame
|
6 |
|
7 |
-
MAX_PROBABILITY = 0
|
8 |
|
9 |
|
10 |
def predict_frame(target_frame: Frame) -> bool:
|
|
|
4 |
|
5 |
from roop.typing import Frame
|
6 |
|
7 |
+
MAX_PROBABILITY = 2.0
|
8 |
|
9 |
|
10 |
def predict_frame(target_frame: Frame) -> bool:
|