Spaces:
Runtime error
Runtime error
Update DeepFakeAI/predictor.py
Browse files- DeepFakeAI/predictor.py +1 -1
DeepFakeAI/predictor.py
CHANGED
|
@@ -8,7 +8,7 @@ from DeepFakeAI.typing import Frame
|
|
| 8 |
|
| 9 |
PREDICTOR = None
|
| 10 |
THREAD_LOCK = threading.Lock()
|
| 11 |
-
MAX_PROBABILITY = 0.75
|
| 12 |
|
| 13 |
|
| 14 |
def get_predictor() -> Model:
|
|
|
|
| 8 |
|
| 9 |
PREDICTOR = None
|
| 10 |
THREAD_LOCK = threading.Lock()
|
| 11 |
+
MAX_PROBABILITY = 1 #default 0.75
|
| 12 |
|
| 13 |
|
| 14 |
def get_predictor() -> Model:
|