geshang commited on
Commit
84919dc
·
verified ·
1 Parent(s): e99a88a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ with gr.Blocks(title="Seg-R1") as demo:
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."],
 
339
 
340
  gr.Examples(
341
  examples=[
342
+ ["imgs/camourflage1.jpg", "There is a creature hidden in its surroundings, 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."],