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 ```