multimodalart HF Staff commited on
Commit
170bb37
·
verified ·
1 Parent(s): 4025aa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -241,7 +241,6 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
241
  examples=[
242
  ["yoga.jpg", "A ballerina on the stage", "Pose"],
243
  ["mug.jpg", "A mug on the desert", "Depth"],
244
- ["dog.jpg", "A cat on the park", "Soft Edge"]
245
  ],
246
  inputs=[input_image, prompt, conditioning],
247
  outputs=[generated_image_output, control_image_output, seed],
 
241
  examples=[
242
  ["yoga.jpg", "A ballerina on the stage", "Pose"],
243
  ["mug.jpg", "A mug on the desert", "Depth"],
 
244
  ],
245
  inputs=[input_image, prompt, conditioning],
246
  outputs=[generated_image_output, control_image_output, seed],