Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 500de6b

Browse files
authored
fix link format
1 parent 51b57f1 commit 500de6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intermediate_source/flask_rest_api_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def get_prediction(image_bytes):
336336
# you will solve these issues with a few lines of code.
337337
#
338338
# .. Note ::
339-
# `service-streamer` <https://github.com/ShannonAI/service-streamer>`_ is a middleware for web service
339+
# `service-streamer <https://github.com/ShannonAI/service-streamer>`_ is a middleware for web service
340340
# of machine learning applications. Queued requests from users are sampled into mini-batches. Service-streamer
341341
# can significantly enhance the overall performance of the web server by improving GPU utilization.
342342
#

0 commit comments

Comments
 (0)