Spaces:
Running
on
L40S
Running
on
L40S
Commit
•
b854c75
1
Parent(s):
b378cc2
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")
|