Skip to content

Commit 01aad7b

Browse files
Rachel0619svekars
andauthored
Update intermediate_source/flask_rest_api_tutorial.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent aaafa2c commit 01aad7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

intermediate_source/flask_rest_api_tutorial.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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. You can deploy your own demo using this
325-
# `Heroku template <https://dashboard.heroku.com/new?template=https%3A%2F%2Fi.8713187.xyz%2Favinassh%2Fpytorch-flask-api-heroku>`_
326-
# or check out the `source code <https://github.com/avinassh/pytorch-flask-api-heroku>`_.
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>`_

0 commit comments

Comments
 (0)