Royir commited on
Commit
e5723fa
1 Parent(s): 0d8552d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ examples = [
41
  ["a horned lion and a spotted monkey", "9146"]
42
  ]
43
 
44
- prompt_textbox = gr.Textbox(label="Prompt", placeholder="A yellow flamingo and a pink sunflower", lines=1)
45
  seed_textbox = gr.Textbox(label="Seed", placeholder="42", lines=1)
46
 
47
  output = gr.Image(label="generation")
 
41
  ["a horned lion and a spotted monkey", "9146"]
42
  ]
43
 
44
+ prompt_textbox = gr.Textbox(label="Prompt", placeholder="a pink sunflower and a yellow flamingo", lines=1)
45
  seed_textbox = gr.Textbox(label="Seed", placeholder="42", lines=1)
46
 
47
  output = gr.Image(label="generation")