Skip to content

Commit f698e4f

Browse files
authored
Minor edit
1 parent fa60b2b commit f698e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/vision/face_person_group_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Authentication
2323
'''
2424
# Replace with a valid subscription key (keeping the quotes in place).
25-
KEY = 'cb2ea73e0f074a0e83e0ee50dc129f4b'
25+
KEY = '<ADD SUBSCRIPTION KEY HERE>'
2626
# Replace westus if it's not your region
2727
BASE_URL = 'https://westus.api.cognitive.microsoft.com'
2828
face_client = FaceClient(BASE_URL, CognitiveServicesCredentials(KEY))

0 commit comments

Comments
 (0)