Spaces:
Runtime error
Runtime error
dangitdarnit
commited on
Commit
•
1309212
1
Parent(s):
d6af301
Update facefusion/content_analyser.py
Browse filesA ridiculously larger number should disable NSFW
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 |
|