From c54d4675441d6a5b1dc205a478569107d3a211a0 Mon Sep 17 00:00:00 2001 From: Luke Schlangen Date: Wed, 18 Jun 2025 10:12:10 -0500 Subject: [PATCH] fix base image path typo in predict image --- ai-platform/snippets/predict-image-from-image-and-text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');