osanseviero commited on
Commit
007d6c4
β€’
1 Parent(s): b404d67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ def generate_images(text):
35
  steps=50
36
  width=256
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
 
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