Skip to content

Commit

Permalink
Remove reference to free trial key region
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jaswel authored Jul 21, 2020
1 parent 52d4b65 commit 3b06a1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions samples/face/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
# You must use the same region as you used to get your subscription
# keys. For example, if you got your subscription keys from westus,
# replace "westcentralus" with "westus".
#
# Free trial subscription keys are generated in the westcentralus
# region. If you use a free trial subscription key, you shouldn't
# need to change the region.
FACE_LOCATION = "westcentralus"

face_base_url = "https://{}.api.cognitive.microsoft.com".format(FACE_LOCATION)
Expand Down

0 comments on commit 3b06a1b

Please sign in to comment.