diff --git a/Models/model_host.py b/Models/model_host.py index efecec8..e3b7c42 100644 --- a/Models/model_host.py +++ b/Models/model_host.py @@ -62,7 +62,6 @@ def render_index():
You have reached the main page of the Convolutional Neural Network Hosting Platform. This platform hosts the following models:resnet50,vgg16, and inception
The models can be invoked by submitting a POST request with 128,128 grayscale image in jpg format
The following are some examples
-http://127.0.0.1/predict_incpetion
http://127.0.0.1/predict_vgg16
http://127.0.0.1/predict_resnet50