Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -159,7 +159,7 @@
|
|
| 159 |
import { pipeline, RawImage, matmul } from "https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.7.2";
|
| 160 |
|
| 161 |
// --- 1. Configuration & Global Variables ---
|
| 162 |
-
const MODEL_ID = "onnx-community/dinov3-
|
| 163 |
const EXAMPLE_IMAGE_URL =
|
| 164 |
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/cats.png";
|
| 165 |
|
|
|
|
| 159 |
import { pipeline, RawImage, matmul } from "https://cdn.jsdelivr.net/npm/@huggingface/transformers@3.7.2";
|
| 160 |
|
| 161 |
// --- 1. Configuration & Global Variables ---
|
| 162 |
+
const MODEL_ID = "onnx-community/dinov3-convnext-large-pretrain-lvd1689m-ONNX";
|
| 163 |
const EXAMPLE_IMAGE_URL =
|
| 164 |
"https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/cats.png";
|
| 165 |
|