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 f3b5cc3 commit 7fad002Copy full SHA for 7fad002
samples/vision/content_moderator_image_review.py
@@ -81,4 +81,4 @@ def image_review(subscription_key):
81
import os.path
82
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..")))
83
from samples.tools import execute_samples
84
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY)
0 commit comments