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 6e6208a commit 07bb5cbCopy full SHA for 07bb5cb
ai-platform/snippets/predict-image-from-image-and-text.js
@@ -30,7 +30,7 @@ async function main(
30
*/
31
// const project = 'YOUR_PROJECT_ID';
32
// const location = 'YOUR_PROJECT_LOCATION';
33
- // const bastImagePath = "YOUR_BASED_IMAGE_PATH"
+ // const baseImagePath = 'YOUR_BASE_IMAGE_PATH';
34
// const textPrompt = 'YOUR_TEXT_PROMPT';
35
const aiplatform = require('@google-cloud/aiplatform');
36
0 commit comments