Update data_utils.py
"ANTIALIAS was removed in Pillow 10.0.0 (after being deprecated through many previous versions). Now you need to use PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS.
(This is the exact same algorithm that ANTIALIAS referred to, you just can no longer access it through the name ANTIALIAS.) Reference https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants"
so i have updated the pillow function which help the users to run the code without error
"ANTIALIAS was removed in Pillow 10.0.0 (after being deprecated through many previous versions). Now you need to use PIL.Image.LANCZOS or PIL.Image.Resampling.LANCZOS.
(This is the exact same algorithm that ANTIALIAS referred to, you just can no longer access it through the name ANTIALIAS.) Reference https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants"
yes, ANTIALIAS is depreciated good work earlier when i was also trying it giving me same error