Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -339,9 +339,12 @@ with gr.Blocks(title="Seg-R1") as demo:
|
|
| 339 |
|
| 340 |
gr.Examples(
|
| 341 |
examples=[
|
| 342 |
-
["imgs/
|
| 343 |
-
["imgs/
|
| 344 |
-
["imgs/
|
|
|
|
|
|
|
|
|
|
| 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],
|