Spaces:
Runtime error
Runtime error
Update facefusion/content_analyser.py
Browse files
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.
|
28 |
-
RATE_LIMIT =
|
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 |
|