We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe4c93 commit a44368bCopy full SHA for a44368b
1 file changed
apps/computer-vision/app/index.tsx
@@ -19,9 +19,9 @@ export default function Home() {
19
</TouchableOpacity>
20
<TouchableOpacity
21
style={styles.button}
22
- onPress={() => router.navigate('image_segmentation/')}
+ onPress={() => router.navigate('semantic_segmentation/')}
23
>
24
- <Text style={styles.buttonText}>Image Segmentation</Text>
+ <Text style={styles.buttonText}>Semantic Segmentation</Text>
25
26
27
0 commit comments