Revert change to comment. (#1402)

This commit is contained in:
dakotah-jones 2025-01-15 16:43:18 -05:00
parent 1ea31bc072
commit bc92d5a15a

View File

@ -119,7 +119,7 @@ def represent(
raise ValueError("Spoof detected in the given image.")
img = img_obj["face"]
# bgr to rgb
# rgb to bgr
img = img[:, :, ::-1]
region = img_obj["facial_area"]