Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ class AnimateController:
|
|
209 |
|
210 |
|
211 |
# Open the image
|
212 |
-
image = Image.open(init_image).convert("
|
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
|