Xenova HF Staff commited on
Commit
196f698
·
verified ·
1 Parent(s): 3215ade

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { pipeline } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.4.1';
2
 
3
  // Reference the elements that we will need
4
  const status = document.getElementById('status');
 
1
+ import { pipeline } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.7.6';
2
 
3
  // Reference the elements that we will need
4
  const status = document.getElementById('status');