Skip to content

Commit

Permalink
update ort
Browse files Browse the repository at this point in the history
  • Loading branch information
jm12138 committed Jul 8, 2024
1 parent 4e001c3 commit a5a3091
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/webai.min.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Be from "https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.all.bundle.min.mjs";
import { default as oa } from "https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.all.bundle.min.mjs";
import Be from "https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.all.min.mjs";
import { default as oa } from "https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.all.min.mjs";
var x = function() {
var b = typeof document < "u" && document.currentScript ? document.currentScript.src : void 0;
return function(y) {
Expand Down
Loading

0 comments on commit a5a3091

Please sign in to comment.