We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6072a4c commit fb0c5adCopy full SHA for fb0c5ad
articles/cognitive-services/Computer-vision/QuickStarts/python-analyze.md
@@ -9,7 +9,7 @@ manager: nitinme
9
ms.service: cognitive-services
10
ms.subservice: computer-vision
11
ms.topic: quickstart
12
-ms.date: 04/14/2020
+ms.date: 05/01/2020
13
ms.author: pafarley
14
ms.custom: seodec18
15
---
@@ -61,7 +61,7 @@ else:
61
if 'COMPUTER_VISION_ENDPOINT' in os.environ:
62
endpoint = os.environ['COMPUTER_VISION_ENDPOINT']
63
64
-analyze_url = endpoint + "vision/v2.1/analyze"
+analyze_url = endpoint + "/vision/v2.1/analyze"
65
66
# Set image_url to the URL of an image that you want to analyze.
67
image_url = "https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/" + \
0 commit comments