From c568cb8aaa2abefd92162209b492039ec997082e Mon Sep 17 00:00:00 2001 From: Sean Kessler Date: Fri, 12 Apr 2024 08:42:23 -0400 Subject: [PATCH] Fix website message --- Models/model_host.py | 1 - 1 file changed, 1 deletion(-) 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