Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyChouSr committed Nov 28, 2024
1 parent add072b commit 2f9d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastchat/serve/moderation/moderator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def reset_moderation_flags(self):
self.text_flagged = False
self.csam_flagged = False
self.nsfw_flagged = False

def image_and_text_moderation_filter(
self, image: Image, text: str
) -> Dict[str, Dict[str, Union[str, Dict[str, float]]]]:
Expand Down

0 comments on commit 2f9d4e2

Please sign in to comment.