Spaces:
Build error
Build error
Commit
·
e6eaa0e
1
Parent(s):
007d6c4
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def generate_images(text):
|
|
35 |
steps=50
|
36 |
width=256
|
37 |
height=256
|
38 |
-
num_images=
|
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 |
|