fffiloni commited on
Commit
33113ee
·
1 Parent(s): 30070f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ class AnimateController:
210
  image = Image.open(init_image)
211
 
212
  # Resize the image
213
- image.resize((512, 512), Image.LANCZOS)
214
 
215
  # Save the resized image to the specified output path
216
  image.save("resized.jpg")
 
210
  image = Image.open(init_image)
211
 
212
  # Resize the image
213
+ image.resize((512, 512))
214
 
215
  # Save the resized image to the specified output path
216
  image.save("resized.jpg")