SZhanZ commited on
Commit
f5c1e8d
·
1 Parent(s): 802e27c

referring rewrite

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,11 +94,11 @@ if __name__ == "__main__":
94
  gr.Image(type="pil", label="Result with Bbox")
95
  ],
96
  title="Visual Referring Expression Demo",
97
- description="Upload an image and input description text, the system will return the thinking process and region annotation. \n\nGitHub: [VLM-R1](https://github.com/om-ai-lab/VLM-R1/tree/main)",
98
  examples=[
99
  ["examples/image1.jpg", "person with blue shirt"],
100
  ["examples/image2.jpg", "food with the highest protein"],
101
- ["examples/image3.jpg", "the cheapest laptop"],
102
  ],
103
  cache_examples=False,
104
  examples_per_page=10
 
94
  gr.Image(type="pil", label="Result with Bbox")
95
  ],
96
  title="Visual Referring Expression Demo",
97
+ description="Upload an image and input description text, the system will return the thinking process and region annotation. \n\nOur GitHub: [VLM-R1](https://github.com/om-ai-lab/VLM-R1/tree/main)",
98
  examples=[
99
  ["examples/image1.jpg", "person with blue shirt"],
100
  ["examples/image2.jpg", "food with the highest protein"],
101
+ ["examples/image3.jpg", "the cheapest Apple laptop"],
102
  ],
103
  cache_examples=False,
104
  examples_per_page=10