prithivMLmods commited on
Commit
c03932e
·
verified ·
1 Parent(s): def9fb7

update app

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