diff --git a/README.md b/README.md index 5453e9c..f5e7da5 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,7 @@ 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 do send a PR if you know to inference using TF model server RESTAPI. +