Update index.js
Browse files
index.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
| 3 |
AutoProcessor,
|
| 4 |
RawImage,
|
| 5 |
Tensor,
|
| 6 |
-
} from "https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.
|
| 7 |
|
| 8 |
// Reference the elements we will use
|
| 9 |
const statusLabel = document.getElementById("status");
|
|
|
|
| 3 |
AutoProcessor,
|
| 4 |
RawImage,
|
| 5 |
Tensor,
|
| 6 |
+
} from "https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.3.3";
|
| 7 |
|
| 8 |
// Reference the elements we will use
|
| 9 |
const statusLabel = document.getElementById("status");
|