Skip to content

Commit a44368b

Browse files
committed
fix: Update example app paths
1 parent 0fe4c93 commit a44368b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/computer-vision/app/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ export default function Home() {
1919
</TouchableOpacity>
2020
<TouchableOpacity
2121
style={styles.button}
22-
onPress={() => router.navigate('image_segmentation/')}
22+
onPress={() => router.navigate('semantic_segmentation/')}
2323
>
24-
<Text style={styles.buttonText}>Image Segmentation</Text>
24+
<Text style={styles.buttonText}>Semantic Segmentation</Text>
2525
</TouchableOpacity>
2626
<TouchableOpacity
2727
style={styles.button}

0 commit comments

Comments
 (0)