Update index.html
Browse files- 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@
|
| 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;
|