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