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. + ```