MJ106 commited on
Commit
45a74e7
·
verified ·
1 Parent(s): ad0aeb9

Update zero-shot-classification.html

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