Fix website message
This commit is contained in:
@@ -62,7 +62,6 @@ def render_index():
|
||||
<p>You have reached the main page of the Convolutional Neural Network Hosting Platform. This platform hosts the following models:<strong>resnet50</strong>,<strong>vgg16</strong>, and <strong>inception</strong></p>
|
||||
<p>The models can be invoked by submitting a POST request with 128,128 grayscale image in jpg format</p>
|
||||
<p>The following are some examples</p>
|
||||
<p>http://127.0.0.1/predict_incpetion</p>
|
||||
<p>http://127.0.0.1/predict_vgg16</p>
|
||||
<p>http://127.0.0.1/predict_resnet50</p>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user