File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -321,9 +321,7 @@ def get_prediction(image_bytes):
321321# for deploying a Flask server in production.
322322#
323323# - You can also add a UI by creating a page with a form which takes the image and
324- # displays the prediction. Check out the `demo <https://pytorch-imagenet.herokuapp.com/>`_
325- # of a similar project and its `source code <https://github.com/avinassh/pytorch-flask-api-heroku>`_.
326- #
324+ # displays the prediction.
327325# - In this tutorial, we only showed how to build a service that could return predictions for
328326# a single image at a time. We could modify our service to be able to return predictions for
329327# multiple images at once. In addition, the `service-streamer <https://github.com/ShannonAI/service-streamer>`_
You can’t perform that action at this time.
0 commit comments