Update index.js
Browse files
index.js
CHANGED
|
@@ -51,7 +51,7 @@ async function detect(img) {
|
|
| 51 |
const output = await detector(img.src, {
|
| 52 |
threshold: 0.5,
|
| 53 |
percentage: true,
|
| 54 |
-
}
|
| 55 |
|
| 56 |
status.textContent = '';
|
| 57 |
output.forEach(renderBox);
|
|
|
|
| 51 |
const output = await detector(img.src, {
|
| 52 |
threshold: 0.5,
|
| 53 |
percentage: true,
|
| 54 |
+
};
|
| 55 |
|
| 56 |
status.textContent = '';
|
| 57 |
output.forEach(renderBox);
|