Skip to content

Commit 07bb5cb

Browse files
fix(typo): fix typo in base image path (#4112)
1 parent 6e6208a commit 07bb5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-platform/snippets/predict-image-from-image-and-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main(
3030
*/
3131
// const project = 'YOUR_PROJECT_ID';
3232
// const location = 'YOUR_PROJECT_LOCATION';
33-
// const bastImagePath = "YOUR_BASED_IMAGE_PATH"
33+
// const baseImagePath = 'YOUR_BASE_IMAGE_PATH';
3434
// const textPrompt = 'YOUR_TEXT_PROMPT';
3535
const aiplatform = require('@google-cloud/aiplatform');
3636

0 commit comments

Comments
 (0)