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 fa60b2b commit f698e4fCopy full SHA for f698e4f
samples/vision/face_person_group_samples.py
@@ -22,7 +22,7 @@
22
Authentication
23
'''
24
# Replace with a valid subscription key (keeping the quotes in place).
25
-KEY = 'cb2ea73e0f074a0e83e0ee50dc129f4b'
+KEY = '<ADD SUBSCRIPTION KEY HERE>'
26
# Replace westus if it's not your region
27
BASE_URL = 'https://westus.api.cognitive.microsoft.com'
28
face_client = FaceClient(BASE_URL, CognitiveServicesCredentials(KEY))
0 commit comments