IVGCVSW-5721 Remove the Tensorflow Parser from ArmNN

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: Ida37d3ee3a1af0c75aa905199bd861726c646846
diff --git a/python/pyarmnn/examples/image_classification/example_utils.py b/python/pyarmnn/examples/image_classification/example_utils.py
index bd43d60..657f9d3 100644
--- a/python/pyarmnn/examples/image_classification/example_utils.py
+++ b/python/pyarmnn/examples/image_classification/example_utils.py
@@ -72,7 +72,7 @@
     parser.add_argument("-d", "--data-dir", help="Data directory which contains all the images.",
                         action="store", default="")
     parser.add_argument("-m", "--model-dir",
-                        help="Model directory which contains the model file (TF, TFLite, ONNX).", action="store",
+                        help="Model directory which contains the model file (TFLite, ONNX).", action="store",
                         default="")
     return parser.parse_args()