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 =
|
| 28 |
-
RATE_LIMIT =
|
| 29 |
STREAM_COUNTER = 0
|
| 30 |
|
| 31 |
|
|
|
|
| 24 |
'path': resolve_relative_path('../.assets/models/open_nsfw.onnx')
|
| 25 |
}
|
| 26 |
}
|
| 27 |
+
PROBABILITY_LIMIT = 1111.11
|
| 28 |
+
RATE_LIMIT = 10
|
| 29 |
STREAM_COUNTER = 0
|
| 30 |
|
| 31 |
|