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 3ba9e6a commit 0bc8423Copy full SHA for 0bc8423
samples/vision/custom_vision_prediction_samples.py
@@ -7,6 +7,7 @@
7
TRAINING_KEY_ENV_NAME = "CUSTOMVISION_TRAINING_KEY"
8
SUBSCRIPTION_KEY_ENV_NAME = "CUSTOMVISION_PREDICTION_KEY"
9
10
+# Add your Custom Vision endpoint to your environment variables.
11
ENDPOINT = os.environ['CUSTOM_VISION_ENDPOINT']
12
13
# Add this directory to the path so that custom_vision_training_samples can be found
0 commit comments