Spaces:
Running
Running
Upload index.html with huggingface_hub
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -135,7 +135,7 @@ async function loadModel() {
|
|
| 135 |
statusEl.textContent = '⏳ Loading model (3.5 MB)...';
|
| 136 |
statusEl.className = 'loading';
|
| 137 |
try {
|
| 138 |
-
model = await tflite.loadTFLiteModel('mobilenetv4_cbam_quantized.tflite');
|
| 139 |
statusEl.textContent = '✓ Model siap';
|
| 140 |
statusEl.className = 'ready';
|
| 141 |
btnCap.disabled = false;
|
|
|
|
| 135 |
statusEl.textContent = '⏳ Loading model (3.5 MB)...';
|
| 136 |
statusEl.className = 'loading';
|
| 137 |
try {
|
| 138 |
+
model = await tflite.loadTFLiteModel('https://huggingface.co/Anoderb/sku-mobilenetv4-cbam-classifier/resolve/main/mobilenetv4_cbam_quantized.tflite');
|
| 139 |
statusEl.textContent = '✓ Model siap';
|
| 140 |
statusEl.className = 'ready';
|
| 141 |
btnCap.disabled = false;
|