osanseviero commited on
Commit
e6eaa0e
·
1 Parent(s): 007d6c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def generate_images(text):
35
  steps=50
36
  width=256
37
  height=256
38
- num_images=6
39
  diversity=4
40
  image_bytes = image_gen(text, steps, width, height, num_images, diversity)
41
 
 
35
  steps=50
36
  width=256
37
  height=256
38
+ num_images=4
39
  diversity=4
40
  image_bytes = image_gen(text, steps, width, height, num_images, diversity)
41