Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,7 +291,7 @@ def generate_image(prompt, structure_image, style_image, depth_strength=15, styl
|
|
| 291 |
examples = [
|
| 292 |
["", "mona.png", "receita-tacos.webp", 15, 0.6],
|
| 293 |
["a woman looking at a house catching fire on the background", "disaster_girl.png", "abaporu.jpg", 15, 0.15],
|
| 294 |
-
|
| 295 |
]
|
| 296 |
|
| 297 |
output_image = gr.Image(label="Generated Image")
|
|
|
|
| 291 |
examples = [
|
| 292 |
["", "mona.png", "receita-tacos.webp", 15, 0.6],
|
| 293 |
["a woman looking at a house catching fire on the background", "disaster_girl.png", "abaporu.jpg", 15, 0.15],
|
| 294 |
+
["istanbul aerial, dramatic photography", "natasha.png", "istambul.jpg", 15, 0.5],
|
| 295 |
]
|
| 296 |
|
| 297 |
output_image = gr.Image(label="Generated Image")
|