Spaces:
Sleeping
Sleeping
Update app_merged.py
Browse files- app_merged.py +1 -3
app_merged.py
CHANGED
@@ -1425,9 +1425,7 @@ def generate_image(prompt, structure_image, style_image, depth_strength=15, styl
|
|
1425 |
# Create Gradio interface
|
1426 |
|
1427 |
examples = [
|
1428 |
-
["", "
|
1429 |
-
["a woman looking at a house catching fire on the background", "disaster_girl.png", "abaporu.jpg", 15, 0.15],
|
1430 |
-
["istanbul aerial, dramatic photography", "natasha.png", "istambul.jpg", 15, 0.5],
|
1431 |
]
|
1432 |
|
1433 |
output_image = gr.Image(label="Generated Image")
|
|
|
1425 |
# Create Gradio interface
|
1426 |
|
1427 |
examples = [
|
1428 |
+
["", "chair_input_1.jpg", "chair_input_2.png", 15, 0.5],
|
|
|
|
|
1429 |
]
|
1430 |
|
1431 |
output_image = gr.Image(label="Generated Image")
|