Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -13,7 +13,8 @@
|
|
13 |
"sharp": "/noop.js",
|
14 |
"fs": "/noop.js",
|
15 |
"path": "/noop.js",
|
16 |
-
"url": "/noop.js"
|
|
|
17 |
}
|
18 |
}
|
19 |
</script>
|
|
|
13 |
"sharp": "/noop.js",
|
14 |
"fs": "/noop.js",
|
15 |
"path": "/noop.js",
|
16 |
+
"url": "/noop.js",
|
17 |
+
"onnxruntime-web/webgpu": "https://cdn.jsdelivr.net/npm/[email protected]/dist/ort.webgpu.mjs"
|
18 |
}
|
19 |
}
|
20 |
</script>
|