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

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-vitl16-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-vitb16-pretrain-lvd1689m-ONNX";
163
  const EXAMPLE_IMAGE_URL =
164
  "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/cats.png";
165