fffiloni commited on
Commit
30070f5
1 Parent(s): cfbd401

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ class AnimateController:
213
  image.resize((512, 512), Image.LANCZOS)
214
 
215
  # Save the resized image to the specified output path
216
- image.save("resized.png")
217
 
218
  sample = pipeline(
219
  prompt_textbox,
 
213
  image.resize((512, 512), Image.LANCZOS)
214
 
215
  # Save the resized image to the specified output path
216
+ image.save("resized.jpg")
217
 
218
  sample = pipeline(
219
  prompt_textbox,