Xenova HF Staff commited on
Commit
b46baa3
·
verified ·
1 Parent(s): 108ddae

Update index.html

Browse files
Files changed (1) hide show
  1. 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);