prithivMLmods commited on
Commit
507a74c
·
verified ·
1 Parent(s): 3046887

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  ]