Skip to content

Commit 2f9d4e2

Browse files
committed
Format
1 parent add072b commit 2f9d4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastchat/serve/moderation/moderator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def reset_moderation_flags(self):
4141
self.text_flagged = False
4242
self.csam_flagged = False
4343
self.nsfw_flagged = False
44-
44+
4545
def image_and_text_moderation_filter(
4646
self, image: Image, text: str
4747
) -> Dict[str, Dict[str, Union[str, Dict[str, float]]]]:

0 commit comments

Comments
 (0)