Setosm commited on
Commit
ef75f11
·
verified ·
1 Parent(s): f4d711f

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
index.js CHANGED
@@ -14,6 +14,7 @@ inputSubmitBtn.addEventListener('click', async (e) => {
14
  e.preventDefault();
15
  let classifier = await pipeline('token-classification');
16
  let result = await classifier(inputText.value);
 
17
  showOutput();
18
  });
19
 
 
14
  e.preventDefault();
15
  let classifier = await pipeline('token-classification');
16
  let result = await classifier(inputText.value);
17
+ console.log(result);
18
  showOutput();
19
  });
20