Skip to content

Commit dc6ab73

Browse files
committed
Minor update
1 parent fdf0c42 commit dc6ab73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-machine-learning-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ To modify the `classify` function to classify an image based on its contents, yo
152152
To build your own model using the free tier of the Custom Vision Service, follow the instructions in the [sample project repository](https://github.com/Azure-Samples/functions-python-tensorflow-tutorial/blob/master/train-custom-vision-model.md).
153153
154154
> [!TIP]
155-
> If you want to store your TensorFlow model separately instead of deploying it together with the function app, see [Mount a file share to a Python function app using Azure CLI](./scripts/functions-cli-mount-files-storage-linux.md).
155+
> If you want to host your TensorFlow model separately instead of deploying it together with the function app, see [Mount a file share to a Python function app using Azure CLI](./scripts/functions-cli-mount-files-storage-linux.md).
156156
157157
1. In the *start* folder, run following command to copy the model files into the *classify* folder. Be sure to include `\*` in the command.
158158

0 commit comments

Comments
 (0)