Update zero-shot-classification.html
Browse files
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
|