diff options
| author | Mia Herkt <mia@0x0.st> | 2024-09-25 18:12:39 +0200 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2024-09-27 06:34:14 +0200 |
| commit | 6393538333338f695e30cce98a82836b04d2658a (patch) | |
| tree | 9921894983b17b480889c495735df8d226e0f086 /fhost.py | |
| parent | 3330a85c2c4d87f73f88b4ac461f6be18f5c165f (diff) | |
Replace NSFW detector implementation
Diffstat (limited to 'fhost.py')
| -rwxr-xr-x | fhost.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [ |
