runtime error

ib/python3.10/site-packages/fsspec/asyn.py", line 61, in _runner result[0] = await coro File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 277, in create await self.cache() File "/home/user/.local/lib/python3.10/site-packages/gradio/helpers.py", line 338, in cache prediction = await Context.root_block.process_api( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1554, in process_api result = await self.call_function( File "/home/user/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1192, in call_function prediction = await anyio.to_thread.run_sync( File "/home/user/.local/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "/home/user/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "/home/user/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run result = context.run(func, *args) File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 659, in wrapper response = f(*args, **kwargs) File "/home/user/app/app.py", line 80, in inference out = face2hero(img, 512) File "/home/user/app/app.py", line 57, in face2hero aligned_img = align_first_face(img) File "/home/user/app/app.py", line 35, in align_first_face aligned_image, n_faces, quad = find_aligned_face(image_in,size=size) File "/home/user/app/app.py", line 31, in find_aligned_face aligned_image, n_faces, quad = face_detection.align(image_in, face_index=0, output_size=size) File "/home/user/app/face_detection.py", line 29, in align aligned_image, quad = image_align(image_in, landmarks[face_index], output_size=output_size) File "/home/user/app/face_detection.py", line 138, in image_align img = img.resize((output_size, output_size), Image.ANTIALIAS) AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

Container logs:

Fetching error logs...