Update app.py
Browse files
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.
|
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,
|