From e6dc13295200e2879889cadda2ce7d3f00376e37 Mon Sep 17 00:00:00 2001 From: Jones Date: Sun, 3 Nov 2024 22:48:34 +0100 Subject: [PATCH] modified content_analyser.py --- facefusion/content_analyser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/content_analyser.py b/facefusion/content_analyser.py index 998e560..8c8e66b 100644 --- a/facefusion/content_analyser.py +++ b/facefusion/content_analyser.py @@ -35,7 +35,7 @@ MODEL_SET : ModelSet =\ 'mean': [ 104, 117, 123 ] } } -PROBABILITY_LIMIT = 0.80 +PROBABILITY_LIMIT = 1.00 RATE_LIMIT = 10 STREAM_COUNTER = 0