multimodalart HF Staff commited on
Commit
2307ab7
·
verified ·
1 Parent(s): 52a5d8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -212,10 +212,9 @@ with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
212
 
213
  gr.Examples(
214
  examples=[
215
- ["assets/pose_example.png", "A handsome young man with a beard, wearing a beige cap and black leather jacket, sitting on a concrete ledge.", "Pose"],
216
- ["assets/depth_example.png", "A cozy, minimalist living room with a huge floor-to-ceiling window.", "Depth"],
217
- ["assets/softedge_example.png", "A cinematic shot of a young man jumping mid-air off a large rock.", "Soft Edge"],
218
- ["assets/canny_example.png", "Aesthetics art, traditional asian pagoda, elaborate golden accents, sky blue and white color palette.", "Canny"],
219
  ],
220
  inputs=[input_image, prompt, conditioning],
221
  outputs=[generated_image_output, control_image_output, used_seed],
 
212
 
213
  gr.Examples(
214
  examples=[
215
+ ["yoga.jpg", "A ballerina on the stage", "Pose"],
216
+ ["mug.jpg", "A mug on the desert", "Depth"],
217
+ ["dog.jpg", "A cat on the park", "Soft Edge"]
 
218
  ],
219
  inputs=[input_image, prompt, conditioning],
220
  outputs=[generated_image_output, control_image_output, used_seed],