prithivMLmods commited on
Commit
91ceee7
·
verified ·
1 Parent(s): 43c0c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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.png", "Detect all the vehicles in the image"],
317
  ]
318
 
319
  # (image, prompt) — Point Localization tab
320
  POINT_EXAMPLES = [
321
- ["examples/2.png", "Locate the tip of the pen"],
322
  ]
323
 
324
  # (image, prompt) — Spatial Guidance tab
325
  SPATIAL_EXAMPLES = [
326
- ["examples/3.png", "Map a path from the door to the window"],
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)