Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -267,45 +267,45 @@ with gr.Blocks(title="Stable Diffusion Style Explorer") as demo:
|
|
267 |
# Samurai Jack examples
|
268 |
with gr.Column():
|
269 |
gr.Markdown("**Samurai Jack Style**")
|
270 |
-
gr.Image("
|
271 |
label="Without Car Guidance")
|
272 |
-
gr.Image("
|
273 |
label="With Car Guidance")
|
274 |
|
275 |
with gr.Row():
|
276 |
# Canna Lily examples
|
277 |
with gr.Column():
|
278 |
gr.Markdown("**Canna Lily Object**")
|
279 |
-
gr.Image("
|
280 |
label="Without Car Guidance")
|
281 |
-
gr.Image("
|
282 |
label="With Car Guidance")
|
283 |
|
284 |
with gr.Row():
|
285 |
# Babies Poster examples
|
286 |
with gr.Column():
|
287 |
gr.Markdown("**Babies Poster Style**")
|
288 |
-
gr.Image("
|
289 |
label="Without Car Guidance")
|
290 |
-
gr.Image("
|
291 |
label="With Car Guidance")
|
292 |
|
293 |
with gr.Row():
|
294 |
# Animal Toy examples
|
295 |
with gr.Column():
|
296 |
gr.Markdown("**Animal Toy Object**")
|
297 |
-
gr.Image("
|
298 |
label="Without Car Guidance")
|
299 |
-
gr.Image("
|
300 |
label="With Car Guidance")
|
301 |
|
302 |
with gr.Row():
|
303 |
# Sword Lily examples
|
304 |
with gr.Column():
|
305 |
gr.Markdown("**Sword Lily Object**")
|
306 |
-
gr.Image("
|
307 |
label="Without Car Guidance")
|
308 |
-
gr.Image("
|
309 |
label="With Car Guidance")
|
310 |
|
311 |
demo.launch()
|
|
|
267 |
# Samurai Jack examples
|
268 |
with gr.Column():
|
269 |
gr.Markdown("**Samurai Jack Style**")
|
270 |
+
gr.Image("samurai-jack_normal.png",
|
271 |
label="Without Car Guidance")
|
272 |
+
gr.Image("samurai-jack_car.png",
|
273 |
label="With Car Guidance")
|
274 |
|
275 |
with gr.Row():
|
276 |
# Canna Lily examples
|
277 |
with gr.Column():
|
278 |
gr.Markdown("**Canna Lily Object**")
|
279 |
+
gr.Image("canna-lily-flowers102_normal.png",
|
280 |
label="Without Car Guidance")
|
281 |
+
gr.Image("canna-lily-flowers102_car.png",
|
282 |
label="With Car Guidance")
|
283 |
|
284 |
with gr.Row():
|
285 |
# Babies Poster examples
|
286 |
with gr.Column():
|
287 |
gr.Markdown("**Babies Poster Style**")
|
288 |
+
gr.Image("babies-poster_normal.png",
|
289 |
label="Without Car Guidance")
|
290 |
+
gr.Image("babies-poster_car.png",
|
291 |
label="With Car Guidance")
|
292 |
|
293 |
with gr.Row():
|
294 |
# Animal Toy examples
|
295 |
with gr.Column():
|
296 |
gr.Markdown("**Animal Toy Object**")
|
297 |
+
gr.Image("animal-toy_normal.png",
|
298 |
label="Without Car Guidance")
|
299 |
+
gr.Image("animal-toy_car.png",
|
300 |
label="With Car Guidance")
|
301 |
|
302 |
with gr.Row():
|
303 |
# Sword Lily examples
|
304 |
with gr.Column():
|
305 |
gr.Markdown("**Sword Lily Object**")
|
306 |
+
gr.Image("sword-lily-flowers102_normal.png",
|
307 |
label="Without Car Guidance")
|
308 |
+
gr.Image("sword-lily-flowers102_car.png",
|
309 |
label="With Car Guidance")
|
310 |
|
311 |
demo.launch()
|