Charbel Malo
commited on
Commit
•
a286352
1
Parent(s):
915239a
Update nsfw_checker/opennsfw.py
Browse files- nsfw_checker/opennsfw.py +1 -1
nsfw_checker/opennsfw.py
CHANGED
@@ -33,5 +33,5 @@ class NSFWChecker:
|
|
33 |
|
34 |
if score > threshold:
|
35 |
print(f"Detected nsfw score:{score}")
|
36 |
-
return
|
37 |
return False
|
|
|
33 |
|
34 |
if score > threshold:
|
35 |
print(f"Detected nsfw score:{score}")
|
36 |
+
return False
|
37 |
return False
|