Charbel Malo commited on
Commit
a286352
1 Parent(s): 915239a

Update nsfw_checker/opennsfw.py

Browse files
Files changed (1) hide show
  1. 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 True
37
  return False
 
33
 
34
  if score > threshold:
35
  print(f"Detected nsfw score:{score}")
36
+ return False
37
  return False