File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
quick-start_onnxruntime-web-bundler
quick-start_onnxruntime-web-script-tag Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
3- < header >
3+ < head >
44 < title > ONNX Runtime JavaScript examples: Quick Start - Web (using bundler)</ title >
5- </ header >
5+ </ head >
66 < body >
77 <!-- consume a single file bundle -->
88 < script src ="./dist/bundle.min.js "> </ script >
99 </ body >
10- </ html >
10+ </ html >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
3- < header >
3+ < head >
44 < title > ONNX Runtime JavaScript examples: Quick Start - Web (using script tag)</ title >
5- </ header >
5+ </ head >
66 < body >
77 <!-- see also advanced usage of importing ONNX Runtime Web: -->
88 <!-- https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/importing_onnxruntime-web -->
4444 main ( ) ;
4545 </ script >
4646 </ body >
47- </ html >
47+ </ html >
You can’t perform that action at this time.
0 commit comments