Skip to content

Commit 61dded9

Browse files
cccclaifacebook-github-bot
authored andcommitted
Fix image path
Summary: It was pointed to the wrong image Reviewed By: tarun292 Differential Revision: D48278660 fbshipit-source-id: 123441754c16ff9dbffb9f96fc287d7f1dd9bd6d
1 parent 6506314 commit 61dded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ios_demo_apps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's an app to use MobileNet with Executorch. In XCode, the layout is as followi
1818

1919
and UI looks like
2020

21-
![](./executorch_mobilenet_xcode.png)
21+
![](./executorch_mobilenet_ui.png)
2222

2323
Step 1. Export a MobileNetV2 model following example follwing executorch/examples/export/export_example.py. Instead of export mv2 directly, add a softmax at the end
2424
```python

0 commit comments

Comments
 (0)