Xenova HF staff commited on
Commit
1ec87d5
·
verified ·
1 Parent(s): ece4a6d

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
  AutoProcessor,
4
  RawImage,
5
  Tensor,
6
- } from "https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.0.0-alpha.5";
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");