Fix website message

This commit is contained in:
2024-04-12 08:42:23 -04:00
parent a38a16e0a2
commit c568cb8aaa

View File

@@ -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>