Spaces:
Runtime error
Runtime error
mwitiderrick
commited on
Commit
•
b0e8b2e
1
Parent(s):
296eacc
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
46 |
|
47 |
run.click(generate_images, inputs=[prompt,negative_prompt, samples, num_steps], outputs=gallery)
|
48 |
|
49 |
-
gr.Examples([["A phot of sks fantasy_world that is colorful with green scenary","
|
50 |
[prompt,negative_prompt, samples,num_steps], gallery, generate_images)
|
51 |
gr.Markdown('\n Demo created by: <a href=\"https://huggingface.co/mwitiderrick/\">Derrick Mwiti</a>')
|
52 |
|
|
|
46 |
|
47 |
run.click(generate_images, inputs=[prompt,negative_prompt, samples, num_steps], outputs=gallery)
|
48 |
|
49 |
+
gr.Examples([["A phot of sks fantasy_world that is colorful with green scenary","blue sky", 3, 75]],
|
50 |
[prompt,negative_prompt, samples,num_steps], gallery, generate_images)
|
51 |
gr.Markdown('\n Demo created by: <a href=\"https://huggingface.co/mwitiderrick/\">Derrick Mwiti</a>')
|
52 |
|