From 580a1dcf30eddce8949494bc18fbb67699dfeae7 Mon Sep 17 00:00:00 2001 From: Avarayr Date: Sat, 1 Jan 2022 13:00:39 -0800 Subject: [PATCH] Fixed the nonworking onnxruntime version --- 4-Classification/4-Applied/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/4-Classification/4-Applied/README.md b/4-Classification/4-Applied/README.md index 438da937..ef63b2b6 100644 --- a/4-Classification/4-Applied/README.md +++ b/4-Classification/4-Applied/README.md @@ -219,7 +219,7 @@ You can use your model directly in a web app. This architecture also allows you 1. First, import the [Onnx Runtime](https://www.onnxruntime.ai/): ```html - + ``` > Onnx Runtime is used to enable running your Onnx models across a wide range of hardware platforms, including optimizations and an API to use. @@ -230,7 +230,7 @@ You can use your model directly in a web app. This architecture also allows you ```