Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -162,7 +162,7 @@
|
|
162 |
let processor, model;
|
163 |
|
164 |
async function initModel() {
|
165 |
-
const modelId = "HuggingFaceTB/SmolVLM-Instruct";
|
166 |
loadingOverlay.style.display = "flex";
|
167 |
responseText.value = "Loading processor...";
|
168 |
processor = await AutoProcessor.from_pretrained(modelId);
|
|
|
162 |
let processor, model;
|
163 |
|
164 |
async function initModel() {
|
165 |
+
const modelId = "HuggingFaceTB/SmolVLM-500M-Instruct"; // or "HuggingFaceTB/SmolVLM-Instruct";
|
166 |
loadingOverlay.style.display = "flex";
|
167 |
responseText.value = "Loading processor...";
|
168 |
processor = await AutoProcessor.from_pretrained(modelId);
|