Skip to content

Commit bed9d2b

Browse files
authored
Update python-domain.md
1 parent a218c22 commit bed9d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ else:
5858
if 'COMPUTER_VISION_ENDPOINT' in os.environ:
5959
endpoint = os.environ['COMPUTER_VISION_ENDPOINT']
6060

61-
landmark_analyze_url = endpoint + "vision/v2.1/models/landmarks/analyze"
61+
landmark_analyze_url = endpoint + "vision/v3.0/models/landmarks/analyze"
6262

6363
# Set image_url to the URL of an image that you want to analyze.
6464
image_url = "https://upload.wikimedia.org/wikipedia/commons/f/f6/" + \

0 commit comments

Comments
 (0)