Skip to content

Commit 1401e89

Browse files
committed
update flask deploy URL
1 parent c18c831 commit 1401e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/flask_rest_api_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def predict():
335335
# to handle cases when the model does not recognize anything in the image.
336336
#
337337
# - We run the Flask server in the development mode, which is not suitable for
338-
# deploying in production. You can check out `this tutorial <http://flask.pocoo.org/docs/1.0/tutorial/deploy/>`_
338+
# deploying in production. You can check out `this tutorial <https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/>`_
339339
# for deploying a Flask server in production.
340340
#
341341
# - You can also add a UI by creating a page with a form which takes the image and

0 commit comments

Comments
 (0)