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):
321
321
# for deploying a Flask server in production.
322
322
#
323
323
# - 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.
327
325
# - In this tutorial, we only showed how to build a service that could return predictions for
328
326
# a single image at a time. We could modify our service to be able to return predictions for
329
327
# 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