boazchung commited on
Commit
3e1818d
·
verified ·
1 Parent(s): 4b0c133

Update refs/_imgclf.html

Browse files
Files changed (1) hide show
  1. refs/_imgclf.html +1 -1
refs/_imgclf.html CHANGED
@@ -120,7 +120,7 @@
120
  // Create a Blob URL from the file
121
  const url = URL.createObjectURL(file);
122
  const result = await classifier(url);
123
- console.log(result[0]["label"]);
124
  document.getElementById("outputAreaLocal").innerText = JSON.stringify(result, null, 2);
125
  }
126
  async function classifyTopImage() {
 
120
  // Create a Blob URL from the file
121
  const url = URL.createObjectURL(file);
122
  const result = await classifier(url);
123
+ console.log(result["label"]);
124
  document.getElementById("outputAreaLocal").innerText = JSON.stringify(result, null, 2);
125
  }
126
  async function classifyTopImage() {