Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ class AnimateController:
|
|
| 218 |
generator.manual_seed(seed)
|
| 219 |
|
| 220 |
|
| 221 |
-
init_image = resize_image(init_image, 'resized.png', 512, 512)
|
| 222 |
|
| 223 |
sample = pipeline(
|
| 224 |
prompt_textbox,
|
|
|
|
| 218 |
generator.manual_seed(seed)
|
| 219 |
|
| 220 |
|
| 221 |
+
init_image = self.resize_image(init_image, 'resized.png', 512, 512)
|
| 222 |
|
| 223 |
sample = pipeline(
|
| 224 |
prompt_textbox,
|