Update app.py
Browse files
app.py
CHANGED
|
@@ -112,9 +112,7 @@ def generate(
|
|
| 112 |
output_type="pil",
|
| 113 |
).images
|
| 114 |
|
| 115 |
-
|
| 116 |
-
print(image_paths)
|
| 117 |
-
return image_paths, seed
|
| 118 |
|
| 119 |
|
| 120 |
|
|
|
|
| 112 |
output_type="pil",
|
| 113 |
).images
|
| 114 |
|
| 115 |
+
return [images[0]], seed
|
|
|
|
|
|
|
| 116 |
|
| 117 |
|
| 118 |
|