Skip to content

Commit 800da6e

Browse files
Update firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/ImagenModel.kt
Co-authored-by: rachelsaunders <[email protected]>
1 parent 8350453 commit 800da6e

File tree

1 file changed

+1
-1
lines changed
  • firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai

1 file changed

+1
-1
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/ImagenModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ internal constructor(
8989
* Generates an image, storing the result in Google Cloud Storage and returning a URL
9090
*
9191
* @param prompt The input(s) given to the model as a prompt.
92-
* @param gcsUri Specifies the GCS bucket in which to store the image.
92+
* @param gcsUri Specifies the Google Cloud Storage bucket in which to store the image.
9393
*/
9494
public suspend fun generateImages(
9595
prompt: String,

0 commit comments

Comments
 (0)