Spaces:
Running
Running
Update index.html
Browse files- 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/
|
| 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%";
|