From 29b40758de97f64f3c5c17c0cedd10a308326270 Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:15:51 +0700 Subject: [PATCH] Update cimage.py --- scripts/cimage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/cimage.py b/scripts/cimage.py index c5891e3..84217d2 100644 --- a/scripts/cimage.py +++ b/scripts/cimage.py @@ -15,7 +15,6 @@ def numpy_to_pil(images: np.ndarray) -> List[Image.Image]: def check_image(x_image: np.ndarray) -> Tuple[np.ndarray, List[bool]]: - global safety_feature_extractor, safety_checker return x_image, False