Xenobd commited on
Commit
6d7ed4f
·
verified ·
1 Parent(s): f3b6176

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -36,7 +36,7 @@ async function runPrompt(prompt) {
36
  const outputElem = document.getElementById("output");
37
 
38
  // 1️⃣ Download model ONNX file manually
39
- const modelUrl = "https://huggingface.co/onnx-community/gemma-3-1b-it-ONNX/resolve/main/gemma-3-1b-it-quant.onnx"; // example file
40
  console.log("%cDownloading model...", "color: orange; font-weight: bold;");
41
  outputElem.textContent = "Downloading model...\n";
42
  progressBar.style.width = "0%";
 
36
  const outputElem = document.getElementById("output");
37
 
38
  // 1️⃣ Download model ONNX file manually
39
+ const modelUrl = "https://huggingface.co/onnx-community/gemma-3-1b-it-ONNX/resolve/main/onnx/model_q4.onnx"; // example file
40
  console.log("%cDownloading model...", "color: orange; font-weight: bold;");
41
  outputElem.textContent = "Downloading model...\n";
42
  progressBar.style.width = "0%";