Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|
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."],
|