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 c429ac5 commit f3b5cc3Copy full SHA for f3b5cc3
samples/vision/content_moderator_image_moderation_samples.py
@@ -69,4 +69,4 @@ def image_moderation(subscription_key):
69
import os.path
70
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..")))
71
from tools import execute_samples
72
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY)
0 commit comments