MJ106 commited on
Commit
ad0aeb9
·
verified ·
1 Parent(s): 517926b

Update zero-shot-classification.html

Browse files
Files changed (1) hide show
  1. zero-shot-classification.html +0 -2
zero-shot-classification.html CHANGED
@@ -8,8 +8,6 @@
8
  <script type="module">
9
  // To-Do: transformers.js 라이브러리 중 pipeline 함수를 import하십시오.
10
  // npm i @xenova/transformers
11
- import { pipeline } from '@xenova/transformers';
12
- // npm i @xenova/transformers
13
  import { pipeline } from '@xenova/transformers';
14
 
15
  // Make it available globally
 
8
  <script type="module">
9
  // To-Do: transformers.js 라이브러리 중 pipeline 함수를 import하십시오.
10
  // npm i @xenova/transformers
 
 
11
  import { pipeline } from '@xenova/transformers';
12
 
13
  // Make it available globally