Tobias Cornille commited on
Commit
87de83c
·
1 Parent(s): 9fa49bb

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -53,7 +53,7 @@ labels.addEventListener('blur', (e) => {
53
 
54
  // Detect objects in the image
55
  async function detect(img) {
56
- console.warn(candidate_labels);
57
  imageContainer.innerHTML = '';
58
  imageContainer.style.backgroundImage = `url(${img})`;
59
 
 
53
 
54
  // Detect objects in the image
55
  async function detect(img) {
56
+ console.warn(parsedLabels);
57
  imageContainer.innerHTML = '';
58
  imageContainer.style.backgroundImage = `url(${img})`;
59