jiang-cc commited on
Commit
d6f65a4
·
verified ·
1 Parent(s): a49aeae

fix: example 5 change from duplicate cable to PCB localization

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -236,10 +236,10 @@ EXAMPLES = [
236
  "The first image is a normal sample. Please locate the defects within the second image with bounding box in JSON format.",
237
  256,
238
  ],
239
- # 5. Defect Localization — cable cut
240
  [
241
- "examples/cable_good.jpg",
242
- "examples/cable_cut.jpg",
243
  "The first image is a normal sample. Please locate the defects within the second image with bounding box in JSON format.",
244
  256,
245
  ],
 
236
  "The first image is a normal sample. Please locate the defects within the second image with bounding box in JSON format.",
237
  256,
238
  ],
239
+ # 5. Defect Localization — PCB
240
  [
241
+ "examples/pcb_good.jpg",
242
+ "examples/pcb_defect.jpg",
243
  "The first image is a normal sample. Please locate the defects within the second image with bounding box in JSON format.",
244
  256,
245
  ],