Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,8 +291,8 @@ def generate_image(prompt, structure_image, style_image, depth_strength=15, styl
|
|
| 291 |
|
| 292 |
examples = [
|
| 293 |
["", "mona.png", "receita-tacos.webp"],
|
| 294 |
-
["a woman looking at a house catching fire on the background", "disaster_girl.png", "abaporu.jpg"]
|
| 295 |
-
["istanbul aerial, dramatic photography", "natasha.png", "istambul.
|
| 296 |
]
|
| 297 |
|
| 298 |
with gr.Blocks() as app:
|
|
@@ -315,7 +315,7 @@ with gr.Blocks() as app:
|
|
| 315 |
gr.Examples(
|
| 316 |
examples=examples,
|
| 317 |
inputs=[prompt, structure_image, style_image],
|
| 318 |
-
outputs=[output_image]
|
| 319 |
fn=generate_image,
|
| 320 |
cache_examples="lazy"
|
| 321 |
)
|
|
|
|
| 291 |
|
| 292 |
examples = [
|
| 293 |
["", "mona.png", "receita-tacos.webp"],
|
| 294 |
+
["a woman looking at a house catching fire on the background", "disaster_girl.png", "abaporu.jpg"],
|
| 295 |
+
["istanbul aerial, dramatic photography", "natasha.png", "istambul.jpg"],
|
| 296 |
]
|
| 297 |
|
| 298 |
with gr.Blocks() as app:
|
|
|
|
| 315 |
gr.Examples(
|
| 316 |
examples=examples,
|
| 317 |
inputs=[prompt, structure_image, style_image],
|
| 318 |
+
outputs=[output_image],
|
| 319 |
fn=generate_image,
|
| 320 |
cache_examples="lazy"
|
| 321 |
)
|