multimodalart HF staff commited on
Commit
b854c75
1 Parent(s): b378cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #["istanbul aerial, dramatic photography", "natasha.png", "istambul.jpg", 15, 0.5],
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")