Xenova HF Staff commited on
Commit
c543fa9
·
verified ·
1 Parent(s): ecaf29b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -277,7 +277,7 @@
277
  <span class="spinner"></span>
278
  <span>Processing image</span>
279
  </div>
280
- <div id="loadingOverlay">Loading...</div>
281
  </div>
282
  <canvas id="canvas" class="hidden"></canvas>
283
 
@@ -408,7 +408,7 @@
408
 
409
  model = await Qwen3_5ForConditionalGeneration.from_pretrained(MODEL_ID, {
410
  dtype: {
411
- embed_tokens: "fp16",
412
  vision_encoder: "fp16",
413
  decoder_model_merged: "q4",
414
  },
 
277
  <span class="spinner"></span>
278
  <span>Processing image</span>
279
  </div>
280
+ <div id="loadingOverlay">Loading model (~850MB)...</div>
281
  </div>
282
  <canvas id="canvas" class="hidden"></canvas>
283
 
 
408
 
409
  model = await Qwen3_5ForConditionalGeneration.from_pretrained(MODEL_ID, {
410
  dtype: {
411
+ embed_tokens: "q4",
412
  vision_encoder: "fp16",
413
  decoder_model_merged: "q4",
414
  },