From 1283d31cec59a31e59388f739aaec587295b23eb Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 25 Mar 2024 22:45:40 +0100 Subject: [PATCH] Adjust limit due false positive analysis --- 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 3a55df86..d333faa2 100644 --- a/facefusion/content_analyser.py +++ b/facefusion/content_analyser.py @@ -26,7 +26,7 @@ MODELS : ModelSet =\ } } PROBABILITY_LIMIT = 0.80 -RATE_LIMIT = 5 +RATE_LIMIT = 10 STREAM_COUNTER = 0