Update index.js
Browse files
index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import { pipeline } from 'https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.
|
| 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');
|