prithivMLmods commited on
Commit
58f0a48
·
verified ·
1 Parent(s): 6aed7b2

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -174,9 +174,9 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
174
  gr.Examples(
175
  examples=[
176
  ["examples/player.jpg", "player in white", 0.5],
177
- ["examples/dog.jpg", "dog", 0.4],
178
  ["examples/taxi.jpg", "blue taxi", 0.5],
179
- ["examples/jersey.jpg", "dress", 0.5],
180
  ],
181
  inputs=[input_image, text_prompt, threshold],
182
  outputs=[output_image],
 
174
  gr.Examples(
175
  examples=[
176
  ["examples/player.jpg", "player in white", 0.5],
177
+ ["examples/goldencat.jpg", "goldencat", 0.4],
178
  ["examples/taxi.jpg", "blue taxi", 0.5],
179
+ ["examples/dress.jpg", "dress", 0.5],
180
  ],
181
  inputs=[input_image, text_prompt, threshold],
182
  outputs=[output_image],