Skip to content

Commit e803c30

Browse files
Google AI Edge Gallerycopybara-github
authored andcommitted
Add e2e automation tests for Gemma3n2b CPU & GPU in Ask Image: T3, T4, T5, T6, T7
PiperOrigin-RevId: 807892326
1 parent ea85652 commit e803c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/src/app/src/main/java/com/google/ai/edge/gallery/ui/common/chat/MessageInputText.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ fun MessageInputText(
281281
Box(contentAlignment = Alignment.TopEnd) {
282282
Image(
283283
bitmap = image.asImageBitmap(),
284-
contentDescription = "",
284+
contentDescription = "Camera picked image preview",
285285
modifier =
286286
Modifier.height(80.dp)
287287
.shadow(2.dp, shape = RoundedCornerShape(8.dp))

0 commit comments

Comments
 (0)