Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ def generate(
|
|
| 118 |
output_type="pil",
|
| 119 |
).images
|
| 120 |
|
| 121 |
-
|
| 122 |
for image in decoder_output:
|
| 123 |
user_history.save_image(
|
| 124 |
profile=profile,
|
|
|
|
| 118 |
output_type="pil",
|
| 119 |
).images
|
| 120 |
|
| 121 |
+
#Save images
|
| 122 |
for image in decoder_output:
|
| 123 |
user_history.save_image(
|
| 124 |
profile=profile,
|