Spaces:
Build error
Build error
osanseviero
commited on
Commit
β’
007d6c4
1
Parent(s):
b404d67
Update app.py
Browse files
app.py
CHANGED
@@ -35,8 +35,8 @@ def generate_images(text):
|
|
35 |
steps=50
|
36 |
width=256
|
37 |
height=256
|
38 |
-
num_images=
|
39 |
-
diversity=
|
40 |
image_bytes = image_gen(text, steps, width, height, num_images, diversity)
|
41 |
|
42 |
# Algo from spaces/Gradio-Blocks/latent_gpt2_story/blob/main/app.py
|
|
|
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 |
|
42 |
# Algo from spaces/Gradio-Blocks/latent_gpt2_story/blob/main/app.py
|