Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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")
|