Profakerr commited on
Commit
5c1f25d
·
verified ·
1 Parent(s): 091f288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def generate_image(prompt, negative_prompt, num_inference_steps=30, guidance_sca
44
  width = 720,
45
  height = 720,
46
  num_images_per_prompt=num_images
47
- ).images[0]
48
 
49
  return result.images
50
 
 
44
  width = 720,
45
  height = 720,
46
  num_images_per_prompt=num_images
47
+ )
48
 
49
  return result.images
50