Zollner commited on
Commit
dd2c035
·
unverified ·
1 Parent(s): 49fb1c6

whisper.android : add some tips (#816)

Browse files
Files changed (1) hide show
  1. examples/whisper.android/README.md +2 -0
examples/whisper.android/README.md CHANGED
@@ -9,4 +9,6 @@ To use:
9
  5. Select the "release" active build variant, and use Android Studio to run and deploy to your device.
10
  [^1]: I recommend the tiny or base models for running on an Android device.
11
 
 
 
12
  <img width="300" alt="image" src="https://user-images.githubusercontent.com/1670775/221613663-a17bf770-27ef-45ab-9a46-a5f99ba65d2a.jpg">
 
9
  5. Select the "release" active build variant, and use Android Studio to run and deploy to your device.
10
  [^1]: I recommend the tiny or base models for running on an Android device.
11
 
12
+ (PS: Do not move this android project folder individually to other folders, because this android project folder depends on the files of the whole project.)
13
+
14
  <img width="300" alt="image" src="https://user-images.githubusercontent.com/1670775/221613663-a17bf770-27ef-45ab-9a46-a5f99ba65d2a.jpg">