fffiloni commited on
Commit
42f456c
1 Parent(s): 4ecd653

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ class AnimateController:
209
 
210
 
211
  # Open the image
212
- image = Image.open(init_image).convert("RGBA")
213
 
214
 
215
  # Resize the image
 
209
 
210
 
211
  # Open the image
212
+ image = Image.open(init_image).convert("RGB")
213
 
214
 
215
  # Resize the image