From 6393538333338f695e30cce98a82836b04d2658a Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 25 Sep 2024 18:12:39 +0200 Subject: Replace NSFW detector implementation --- fhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fhost.py') diff --git a/fhost.py b/fhost.py index 8201954..00c5f8b 100755 --- a/fhost.py +++ b/fhost.py @@ -70,7 +70,7 @@ app.config.update( ], FHOST_UPLOAD_BLACKLIST = None, NSFW_DETECT = False, - NSFW_THRESHOLD = 0.608, + NSFW_THRESHOLD = 0.92, VSCAN_SOCKET = None, VSCAN_QUARANTINE_PATH = "quarantine", VSCAN_IGNORE = [ -- cgit v1.2.3