Update content_analyser.py

This commit is contained in:
daniyalmiko 2024-09-14 13:25:17 +01:00 committed by GitHub
parent 57016d7c77
commit 1028148fc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ MODELS : ModelSet =\
'path': resolve_relative_path('../.assets/models/open_nsfw.onnx')
}
}
PROBABILITY_LIMIT = 0.80
PROBABILITY_LIMIT = 1.0
RATE_LIMIT = 10
STREAM_COUNTER = 0