quickgrid commited on
Commit
27f66a7
·
verified ·
1 Parent(s): 6e68679

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1154,7 +1154,7 @@ body {
1154
  </div>
1155
 
1156
  <script type="module">
1157
- import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@4.2.0/dist/transformers.mjs';
1158
 
1159
  // Add these lines to prevent the "fs" error in the browser
1160
  env.allowLocalModels = false;
 
1154
  </div>
1155
 
1156
  <script type="module">
1157
+ import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@4.2.0/dist/transformers.js';
1158
 
1159
  // Add these lines to prevent the "fs" error in the browser
1160
  env.allowLocalModels = false;