myfr commited on
Commit
50a7daa
1 Parent(s): 7125000

Update facefusion/content_analyser.py

Browse files
Files changed (1) hide show
  1. facefusion/content_analyser.py +2 -2
facefusion/content_analyser.py CHANGED
@@ -24,8 +24,8 @@ MODELS : ModelSet =\
24
  'path': resolve_relative_path('../.assets/models/open_nsfw.onnx')
25
  }
26
  }
27
- PROBABILITY_LIMIT = 0.80
28
- RATE_LIMIT = 1.00
29
  STREAM_COUNTER = 0
30
 
31
 
 
24
  'path': resolve_relative_path('../.assets/models/open_nsfw.onnx')
25
  }
26
  }
27
+ PROBABILITY_LIMIT = 0.00
28
+ RATE_LIMIT = 0.00
29
  STREAM_COUNTER = 0
30
 
31