Xenova HF Staff commited on
Commit
ede45e9
·
verified ·
1 Parent(s): e704a73

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -257,7 +257,7 @@
257
 
258
  <script type="module">
259
  // --- 1. Imports and Configuration ---
260
- import { AutoProcessor, AutoModel, RawImage, matmul, Tensor, PreTrainedModel } from "https://cdn.jsdelivr.net/npm/@huggingface/transformers@next";
261
 
262
  const MODEL_ID = "onnx-community/dinov3-vits16-pretrain-lvd1689m-ONNX-MHA-scores";
263
  const MIN_PIXELS = 262144;
 
257
 
258
  <script type="module">
259
  // --- 1. Imports and Configuration ---
260
+ import { AutoProcessor, AutoModel, RawImage, matmul, Tensor, PreTrainedModel } from "https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.8.1";
261
 
262
  const MODEL_ID = "onnx-community/dinov3-vits16-pretrain-lvd1689m-ONNX-MHA-scores";
263
  const MIN_PIXELS = 262144;