Spaces:
Sleeping
Sleeping
Commit
·
3b6b98a
1
Parent(s):
1ad0756
Save as png instead of jpg
Browse files
app.py
CHANGED
@@ -585,7 +585,7 @@ def generate_image(input_image_path, prompt):
|
|
585 |
|
586 |
resized_input_img = resize_to_square(input_image_path, 512)
|
587 |
|
588 |
-
resized_input_img_path = resized_input_img.save('input_img.
|
589 |
|
590 |
ai_gen_image = generate_ai_bg(resized_input_img_path, prompt)
|
591 |
|
|
|
585 |
|
586 |
resized_input_img = resize_to_square(input_image_path, 512)
|
587 |
|
588 |
+
resized_input_img_path = resized_input_img.save('input_img.png')
|
589 |
|
590 |
ai_gen_image = generate_ai_bg(resized_input_img_path, prompt)
|
591 |
|