diff --git a/ai-platform/snippets/predict-image-from-image-and-text.js b/ai-platform/snippets/predict-image-from-image-and-text.js index cc67fe8313..3feed0f2c6 100644 --- a/ai-platform/snippets/predict-image-from-image-and-text.js +++ b/ai-platform/snippets/predict-image-from-image-and-text.js @@ -30,7 +30,7 @@ async function main( */ // const project = 'YOUR_PROJECT_ID'; // const location = 'YOUR_PROJECT_LOCATION'; - // const bastImagePath = "YOUR_BASED_IMAGE_PATH" + // const baseImagePath = 'YOUR_BASE_IMAGE_PATH'; // const textPrompt = 'YOUR_TEXT_PROMPT'; const aiplatform = require('@google-cloud/aiplatform');