Spaces:
Running on Zero
Running on Zero
fix: example 5 change from duplicate cable to PCB localization
Browse files
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 —
|
| 240 |
[
|
| 241 |
-
"examples/
|
| 242 |
-
"examples/
|
| 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 |
],
|