Spaces:
Runtime error
Runtime error
Update facefusion/content_analyser.py
#1
by
dangitdarnit
- opened
facefusion/content_analyser.py
CHANGED
@@ -24,7 +24,7 @@ MODELS : ModelSet =\
|
|
24 |
'path': resolve_relative_path('../.assets/models/open_nsfw.onnx')
|
25 |
}
|
26 |
}
|
27 |
-
PROBABILITY_LIMIT =
|
28 |
RATE_LIMIT = 0.00
|
29 |
STREAM_COUNTER = 0
|
30 |
|
|
|
24 |
'path': resolve_relative_path('../.assets/models/open_nsfw.onnx')
|
25 |
}
|
26 |
}
|
27 |
+
PROBABILITY_LIMIT = 99999.9
|
28 |
RATE_LIMIT = 0.00
|
29 |
STREAM_COUNTER = 0
|
30 |
|