multimodalart HF Staff commited on
Commit
3157c5b
·
verified ·
1 Parent(s): c8fa45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -345,9 +345,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
345
  gr.Examples(
346
  examples=[
347
  ["./assets/cat_squished.png", "a cat toy", "a cat toy riding a skate"],
348
- ["./assets/hf.png", "hugging face logo", "a hugging face logo on a hat"]
349
- ["./assets/bear_plushie.jpg", "a bear plushie", "a bear plushie drinking bubble tea"],
350
-
351
  ],
352
  inputs=[input_image, subject_name, target_prompt],
353
  outputs=output_image,
 
345
  gr.Examples(
346
  examples=[
347
  ["./assets/cat_squished.png", "a cat toy", "a cat toy riding a skate"],
348
+ ["./assets/hf.png", "hugging face logo", "a hugging face logo on a hat"],
349
+ ["./assets/bear_plushie.jpg", "a bear plushie", "a bear plushie drinking bubble tea"]
 
350
  ],
351
  inputs=[input_image, subject_name, target_prompt],
352
  outputs=output_image,