Skip to content

Commit 06f9c4b

Browse files
Rachel0619svekars
andauthored
Fix broken deployment link in Flask REST API tutorial (#3385)
* Fixes #3044: Fix broken deployment link in Flask REST API tutorial --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 640fd89 commit 06f9c4b

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. 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>`_

0 commit comments

Comments
 (0)