ehristoforu commited on
Commit
7c16112
•
1 Parent(s): 143d179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -112,9 +112,7 @@ def generate(
112
  output_type="pil",
113
  ).images
114
 
115
- image_paths = [save_image(img) for img in images]
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