File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,9 +321,9 @@ 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. You can deploy your own demo using this
325
+ # `Heroku template <https://dashboard.heroku. com/new?template=https%3A%2F%2Fgithub.com%2Favinassh%2Fpytorch -flask-api-heroku>`_
326
+ # or check out the `source code <https://github.com/avinassh/pytorch-flask-api-heroku>`_.
327
327
# - In this tutorial, we only showed how to build a service that could return predictions for
328
328
# a single image at a time. We could modify our service to be able to return predictions for
329
329
# 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