From 5cc17418c70a4daee8bd7b64d44f80006558e5d8 Mon Sep 17 00:00:00 2001 From: Zollner <24618122+Zolliner@users.noreply.github.com> Date: Sat, 29 Apr 2023 16:00:20 +0800 Subject: [PATCH] whisper.android : add some tips (#816) --- examples/whisper.android/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/whisper.android/README.md b/examples/whisper.android/README.md index 57ee78d..cf8a328 100644 --- a/examples/whisper.android/README.md +++ b/examples/whisper.android/README.md @@ -9,4 +9,6 @@ To use: 5. Select the "release" active build variant, and use Android Studio to run and deploy to your device. [^1]: I recommend the tiny or base models for running on an Android device. +(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.) + image