Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,14 @@ with gr.Blocks() as demo:
|
|
39 |
|
40 |
run.click(generate_images, inputs=[prompt,negative_prompt, samples, num_steps, ugs], outputs=gallery)
|
41 |
|
42 |
-
gr.Examples([["image of monument in sks style, 8k, high quality, old paper","colored, deformed, blurry, grain, artifacts, low quality", 1, 50, 18]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
[prompt,negative_prompt, samples,num_steps, ugs], gallery, generate_images)
|
44 |
|
45 |
demo.launch(debug=True)
|
|
|
39 |
|
40 |
run.click(generate_images, inputs=[prompt,negative_prompt, samples, num_steps, ugs], outputs=gallery)
|
41 |
|
42 |
+
gr.Examples([["image of monument in sks style, 8k, high quality, old paper","colored, deformed, blurry, grain, artifacts, low quality", 1, 50, 18],
|
43 |
+
["image of menhir in sks style, 8k, high quality, old paper","colored, deformed, blurry, grain, artifacts, low quality", 1, 50, 20],
|
44 |
+
["image of church in sks style, 8k, high quality, old paper","colored, deformed, blurry, grain, artifacts, low quality", 1, 50, 20],
|
45 |
+
["image of ancient ruins in sks style, 8k, high quality, old paper","colored, deformed, blurry, grain, artifacts, low quality", 1, 50, 20],
|
46 |
+
["image of castle on hilltop in sks style, 8k, high quality, old paper","colored, deformed, blurry, grain, artifacts, low quality", 1, 50, 10],
|
47 |
+
["image of roman amphiteater in sks style, 8k, high quality, old paper","colored, deformed, blurry, grain, artifacts, low quality", 1, 40, 9],
|
48 |
+
["image of church in lake in sks style, 8k, high quality, old paper, black and white","colored, deformed, blurry, grain, artifacts, low quality", 1, 40, 18],
|
49 |
+
["image of village on hilltop with citadel in sks style, 8k, high quality, old paper, black and white","colored, deformed, blurry, grain, artifacts, low quality", 1, 40, 18]],
|
50 |
[prompt,negative_prompt, samples,num_steps, ugs], gallery, generate_images)
|
51 |
|
52 |
demo.launch(debug=True)
|