geshang commited on
Commit
3994145
·
verified ·
1 Parent(s): a12232b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -339,9 +339,12 @@ with gr.Blocks(title="Seg-R1") as demo:
339
 
340
  gr.Examples(
341
  examples=[
342
- ["imgs/cards.jpg", "Identify and segment the Ace of Spades."],
343
- ["imgs/painting.jpg", "Identify and segment the man an the house."],
344
- ["imgs/dogs.jpg", "Identify and segment the tongue of the dog."],
 
 
 
345
  ],
346
  inputs=[image_input, text_input],
347
  outputs=[text_output, image_output],
 
339
 
340
  gr.Examples(
341
  examples=[
342
+ ["imgs/camourflage1.jpg", "There is a creature hidden in its surroundings, could you identify and segment it?"],
343
+ ["imgs/camourflage2.jpg", "Please segment the camouflaged object in this image."],
344
+ ["imgs/dog_in_sheeps.jpg", "Find the one that suffers."],
345
+ ["imgs/kind_lady.jpg", "Find the most uncommon part of this picture."],
346
+ ["imgs/painting.jpg", "Identify and segment the man and the sky."],
347
+ ["imgs/man_and_cat.jpg", "Identify and segment the cat and the glasses of the man."],
348
  ],
349
  inputs=[image_input, text_input],
350
  outputs=[text_output, image_output],