diff --git a/imageai/Prediction/CUSTOMTRAINING.md b/imageai/Prediction/CUSTOMTRAINING.md
index 48f1c8fa..2ee5edc6 100644
--- a/imageai/Prediction/CUSTOMTRAINING.md
+++ b/imageai/Prediction/CUSTOMTRAINING.md
@@ -498,7 +498,9 @@ Let us explain the details shown above:
3. The line Epoch 00000: saving model to C:\Users\User\PycharmProjects\ImageAITest\pets\models\model_ex-000_acc-0.100000.h5
refers to the model saved after the present experiment. The ex_000 represents the experiment at this stage
while the acc_0.100000 and val_acc: 0.1000 represents the accuracy of the model on the test images after the present experiment (maximum value value
- of accuracy is 1.0). This result helps to know the best performed model you can use for custom image prediction.
+ of accuracy is 1.0). This result helps to know the best performed model you can use for custom image prediction.
+ Once you are done training your custom model, you can use the "CustomImagePrediction" class to perform image prediction with your model. Simply follow the link below.
+ https://github.com/OlafenwaMoses/ImageAI/blob/master/imageai/Prediction/CUSTOMPREDICTION.md