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