Xenova HF staff commited on
Commit
30a4e3a
1 Parent(s): 5bc8adf

Update transformers.js version

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@xenova/transformers@2.9.0';
2
 
3
  // Since we will download the model from the Hugging Face Hub, we can skip the local model check
4
  env.allowLocalModels = false;
 
1
+ import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@xenova/transformers@2.10.1';
2
 
3
  // Since we will download the model from the Hugging Face Hub, we can skip the local model check
4
  env.allowLocalModels = false;