You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/FirebaseAISamples.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,7 @@ val FIREBASE_AI_SAMPLES = listOf(
341
341
),
342
342
Sample(
343
343
title ="Server Prompt Template - Imagen",
344
-
description ="Generate an image using a server prompt template.",
344
+
description ="Generate an image using a server prompt template. Note that you need to setup the template in the Firebase console before running this demo.",
345
345
navRoute ="imagen",
346
346
categories =listOf(Category.IMAGE),
347
347
initialPrompt = content { text("List of things that should be in the image") },
0 commit comments