Shio-Koube commited on
Commit
3a6e529
·
verified ·
1 Parent(s): 4d1dd94

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -159,7 +159,7 @@
159
  import { pipeline, RawImage, matmul } from "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]";
160
 
161
  // --- 1. Configuration & Global Variables ---
162
- const MODEL_ID = "onnx-community/dinov3-vitb16-pretrain-lvd1689m-ONNX";
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/[email protected]";
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