From a025e7882b69dfe3177d649078045756b38e7e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= <154450563+FrancescMartiEscofetQC@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:45:26 +0200 Subject: [PATCH] Update docs/examples/example_onnx.ipynb Co-authored-by: Christian Bourjau --- docs/examples/example_onnx.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/example_onnx.ipynb b/docs/examples/example_onnx.ipynb index 0ecc2a5..dd8d546 100644 --- a/docs/examples/example_onnx.ipynb +++ b/docs/examples/example_onnx.ipynb @@ -18,7 +18,7 @@ "\n", "This conversion also allows models to be run on a variety of hardware setups. Also, ONNX\n", "models are optimized for efficient computation, enabling faster inference compared to\n", - "the python interface.\n", + "the Python interface.\n", "\n", "For more information about ONNX, you can check their [website](https://onnx.ai/).\n", "\n",