Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -46,6 +46,7 @@ SPATIAL_ARROW = (255, 140, 0)
|
|
| 46 |
|
| 47 |
EXAMPLES_CONFIG = [
|
| 48 |
{"image": "examples/1.jpg", "prompt": "Detect the yellow car that is parked.", "task": "Detect"},
|
|
|
|
| 49 |
{"image": "examples/2.jpg", "prompt": "Point to all the red cars.", "task": "Point"},
|
| 50 |
{"image": "examples/3.jpg", "prompt": "Map a path from the door to the lamp.", "task": "Spatial"},
|
| 51 |
]
|
|
|
|
| 46 |
|
| 47 |
EXAMPLES_CONFIG = [
|
| 48 |
{"image": "examples/1.jpg", "prompt": "Detect the yellow car that is parked.", "task": "Detect"},
|
| 49 |
+
{"image": "examples/4.jpg", "prompt": "Map the waypoints from the basketball to the basket to shoot the ball inside the net.", "task": "Spatial"},
|
| 50 |
{"image": "examples/2.jpg", "prompt": "Point to all the red cars.", "task": "Point"},
|
| 51 |
{"image": "examples/3.jpg", "prompt": "Map a path from the door to the lamp.", "task": "Spatial"},
|
| 52 |
]
|