AdamCodd commited on
Commit
b520f1b
·
verified ·
1 Parent(s): 3185107

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ Usage with Transformers.js
71
  ```js
72
  import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@xenova/[email protected]';
73
 
74
- // Since we will download the model from the Hugging Face Hub, we can skip the local model check
75
  env.allowLocalModels = false;
76
 
77
  // Load the image classification model
 
71
  ```js
72
  import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@xenova/[email protected]';
73
 
74
+ // Since we will download the model from HuggingFace Hub, we can skip the local model check
75
  env.allowLocalModels = false;
76
 
77
  // Load the image classification model