fffiloni commited on
Commit
faa7c47
·
1 Parent(s): 6d1b585

Add alpha layer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ class AnimateController:
216
 
217
 
218
  # Open the image
219
- image = Image.open(init_image).convert("RGB")
220
 
221
 
222
  # Resize the image
 
216
 
217
 
218
  # Open the image
219
+ image = Image.open(init_image).convert("RGBA")
220
 
221
 
222
  # Resize the image