Paul Bird commited on
Commit
4bbf26a
1 Parent(s): 00826e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ Source code to run this model can be found at: [Source Code](https://github.com/
10
 
11
  To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
12
  ```
13
- Model model = ModelLoader.Load("model-small_opset19.sentis");
14
  ```
15
 
16
  ![preview](preview.gif)
 
10
 
11
  To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
12
  ```
13
+ Model model = ModelLoader.Load(Application.streamingAssetsPath +"/model-small_opset19.sentis");
14
  ```
15
 
16
  ![preview](preview.gif)