wsj1995 ledback commited on
Commit
a2980f5
·
verified ·
1 Parent(s): 86f2a58

Update facefusion/content_analyser.py (#1)

Browse files

- Update facefusion/content_analyser.py (63ede89246a99cd7ad0d5f127eac660da640953f)


Co-authored-by: back <[email protected]>

Files changed (1) hide show
  1. facefusion/content_analyser.py +1 -1
facefusion/content_analyser.py CHANGED
@@ -35,7 +35,7 @@ MODEL_SET : ModelSet =\
35
  'mean': [ 104, 117, 123 ]
36
  }
37
  }
38
- PROBABILITY_LIMIT = 0.80
39
  RATE_LIMIT = 10
40
  STREAM_COUNTER = 0
41
 
 
35
  'mean': [ 104, 117, 123 ]
36
  }
37
  }
38
+ PROBABILITY_LIMIT = 1
39
  RATE_LIMIT = 10
40
  STREAM_COUNTER = 0
41