Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -313,17 +313,17 @@ DEFAULT_GPU_DURATION_IDX = 1
|
|
| 313 |
|
| 314 |
# (image, prompt) — Object Detection tab
|
| 315 |
DETECT_EXAMPLES = [
|
| 316 |
-
["examples/1.
|
| 317 |
]
|
| 318 |
|
| 319 |
# (image, prompt) — Point Localization tab
|
| 320 |
POINT_EXAMPLES = [
|
| 321 |
-
["examples/2.
|
| 322 |
]
|
| 323 |
|
| 324 |
# (image, prompt) — Spatial Guidance tab
|
| 325 |
SPATIAL_EXAMPLES = [
|
| 326 |
-
["examples/3.
|
| 327 |
]
|
| 328 |
|
| 329 |
BRIGHT_YELLOW = sv.Color(r=255, g=230, b=0)
|
|
|
|
| 313 |
|
| 314 |
# (image, prompt) — Object Detection tab
|
| 315 |
DETECT_EXAMPLES = [
|
| 316 |
+
["examples/1.jpg", "Detect the yellow car that is parked."],
|
| 317 |
]
|
| 318 |
|
| 319 |
# (image, prompt) — Point Localization tab
|
| 320 |
POINT_EXAMPLES = [
|
| 321 |
+
["examples/2.jpg", "Point to all the red cars."],
|
| 322 |
]
|
| 323 |
|
| 324 |
# (image, prompt) — Spatial Guidance tab
|
| 325 |
SPATIAL_EXAMPLES = [
|
| 326 |
+
["examples/3.jpg", "Map a path from the door to the lamp."],
|
| 327 |
]
|
| 328 |
|
| 329 |
BRIGHT_YELLOW = sv.Color(r=255, g=230, b=0)
|