From e62f739e0e21eabad772676b3bbe35932ea13a29 Mon Sep 17 00:00:00 2001 From: Bendang Date: Mon, 9 Dec 2019 10:43:16 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5453e9c..ed38231 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,6 @@ Follow once you finish converting it to a `saved_model` using the above code export PYTHONPATH=$PYTHONPATH:$pwd # Run Inference python3 inferencing/saved_model_inference.py -p test_image/monalisa.jpg - ``` \ No newline at end of file + + #### Please send a PR if you know to inference using TF model server RESTAPI. + ```