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 6fc14fe commit 5658225Copy full SHA for 5658225
firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/feature/media/imagen/ImagenViewModel.kt
@@ -57,7 +57,7 @@ class ImagenViewModel(
57
init {
58
val config = imagenGenerationConfig {
59
numberOfImages = 4
60
- imageFormat = ImagenImasgeFormat.png()
+ imageFormat = ImagenImageFormat.png()
61
}
62
val settings = ImagenSafetySettings(
63
safetyFilterLevel = ImagenSafetyFilterLevel.BLOCK_LOW_AND_ABOVE,
0 commit comments