Update js/web/test/e2e/exports/testcases/vite-default/src/components/onnx-helper.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Yulong Wang 2025-01-13 15:32:01 -08:00 committed by GitHub
parent a82c24eb03
commit f81facec8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
import * as ort from 'onnxruntime-web';
// The following line uses Vite's "Explicit URL Imports" feature to load the wasm file as asset.
// The following line uses Vite's "Explicit URL Imports" feature to load the wasm file as an asset.
//
// see https://vite.dev/guide/assets.html#explicit-url-imports
//