🔧 onnxruntime-web CPU初期化
// デフォルトでCPU(WebAssembly)処理 const session = await ort.InferenceSession.create( modelPath );
CPU処理の詳細を表示
ここに結果が表示されます