Xenova HF staff commited on
Commit
3215ade
·
verified ·
1 Parent(s): eb5f7cc

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -4
index.js CHANGED
@@ -1,7 +1,4 @@
1
- import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@huggingface/[email protected]';
2
-
3
- // Since we will download the model from the Hugging Face Hub, we can skip the local model check
4
- env.allowLocalModels = false;
5
 
6
  // Reference the elements that we will need
7
  const status = document.getElementById('status');
 
1
+ import { pipeline } from 'https://cdn.jsdelivr.net/npm/@huggingface/[email protected]';
 
 
 
2
 
3
  // Reference the elements that we will need
4
  const status = document.getElementById('status');