We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add072b commit 2f9d4e2Copy full SHA for 2f9d4e2
fastchat/serve/moderation/moderator.py
@@ -41,7 +41,7 @@ def reset_moderation_flags(self):
41
self.text_flagged = False
42
self.csam_flagged = False
43
self.nsfw_flagged = False
44
-
+
45
def image_and_text_moderation_filter(
46
self, image: Image, text: str
47
) -> Dict[str, Dict[str, Union[str, Dict[str, float]]]]:
0 commit comments