MJ106 commited on
Commit
2006ecf
1 Parent(s): 66dd76c

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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);