diff --git a/how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.ipynb b/how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.ipynb index b94ea70b..479f99bc 100644 --- a/how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.ipynb +++ b/how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.ipynb @@ -7,6 +7,13 @@ "Copyright (c) Microsoft Corporation. All rights reserved. \n", "Licensed under the MIT License." ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/deployment/onnx/onnx-inference-facial-expression-recognition-deploy.png)" + ] }, { "cell_type": "markdown", @@ -34,7 +41,7 @@ "## Prerequisites\n", "\n", "### 1. Install Azure ML SDK and create a new workspace\n", - "Please follow [Azure ML configuration notebook](../../../configuration.ipynb) to set up your environment.\n", + "If you are using an Azure Machine Learning Notebook VM, you are all set. Otherwise, please follow [Azure ML configuration notebook](../../../configuration.ipynb) to set up your environment.\n", "\n", "### 2. Install additional packages needed for this Notebook\n", "You need to install the popular plotting library `matplotlib`, the image manipulation library `opencv`, and the `onnx` library in the conda environment where Azure Maching Learning SDK is installed.\n", @@ -806,4 +813,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}