runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 26, in <module> demo = create_interface() File "/home/user/app/app.py", line 16, in create_interface resize_image(input_image_path, output_image_path, (150, 100)) # Adjust size as needed File "/home/user/app/app.py", line 6, in resize_image img = img.resize(size, Image.ANTIALIAS) AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

Container logs:

Fetching error logs...