boazchung commited on
Commit
da70a6f
·
verified ·
1 Parent(s): 9b0c316

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -48,7 +48,7 @@ async function detect(img) {
48
  });
49
  //console.log(output);
50
  status.textContent = '';
51
- x = output.forEach(renderBox);
52
  console.log(x);
53
  x;
54
  }
 
48
  });
49
  //console.log(output);
50
  status.textContent = '';
51
+ const x = output.forEach(renderBox);
52
  console.log(x);
53
  x;
54
  }