Spaces:
Runtime error
Runtime error
SZhanZ
commited on
Commit
Β·
802e27c
1
Parent(s):
f5cbe5d
add github
Browse files
app.py
CHANGED
|
@@ -94,10 +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",
|
| 98 |
examples=[
|
| 99 |
-
["examples/image1.jpg", "
|
| 100 |
-
["examples/image2.jpg", "the
|
|
|
|
| 101 |
],
|
| 102 |
cache_examples=False,
|
| 103 |
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\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
|