Spaces:
Runtime error
Runtime error
Update examples
Browse files- app.py +2 -0
- images/apple_bag.png +3 -0
- images/mausoleum.png +3 -0
app.py
CHANGED
@@ -114,6 +114,8 @@ with gr.Blocks(css=css) as demo:
|
|
114 |
[
|
115 |
["An astronaut riding a horse", "An astronaut riding an elephant", 1, 2, 100, 512, 512, 0, "images/astronaut_horse.png", 0.8],
|
116 |
["A black colored car.", "A blue colored car.", 1, 2, 100, 512, 512, 0, "images/black_car.png", 0.85],
|
|
|
|
|
117 |
],
|
118 |
[source_prompt, target_prompt, source_guidance_scale, guidance_scale, num_inference_steps,
|
119 |
width, height, seed, img, strength],
|
|
|
114 |
[
|
115 |
["An astronaut riding a horse", "An astronaut riding an elephant", 1, 2, 100, 512, 512, 0, "images/astronaut_horse.png", 0.8],
|
116 |
["A black colored car.", "A blue colored car.", 1, 2, 100, 512, 512, 0, "images/black_car.png", 0.85],
|
117 |
+
["An aerial view of autumn scene.", "An aerial view of winter scene.", 1, 5, 100, 512, 512, 0, "images/mausoleum.png", 0.9],
|
118 |
+
["A green apple and a black backpack on the floor.", "A red apple and a black backpack on the floor.", 1, 7, 100, 512, 512, 0, "images/apple_bag.png", 0.9],
|
119 |
],
|
120 |
[source_prompt, target_prompt, source_guidance_scale, guidance_scale, num_inference_steps,
|
121 |
width, height, seed, img, strength],
|
images/apple_bag.png
ADDED
Git LFS Details
|
images/mausoleum.png
ADDED
Git LFS Details
|