Commit 22aeec4f authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): update monochrome

parent 4fb4be02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ class MonochromeBenchmark(BaseBenchmark):

    def run(self):
        image_file = random.choice(self.all_images)
        _ = get_monochrome_score(image_file, model_name=self.model, safe=self.safe)
        _ = get_monochrome_score(image_file, model_name=self.model)


if __name__ == '__main__':