diff --git a/README.md b/README.md index 83e0256d..2cfd89b9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ - 初始化 +[模型下载](https://github.com/devzwy/open_nsfw_android/blob/dev/app/src/main/assets/nsfw.tflite) + ``` //方式一,将模型文件放在Assets根目录下并命名为nsfw.tflite NSFWHelper.init(context = this@Application) diff --git a/README_EN.md b/README_EN.md index c23000c4..85cdc084 100644 --- a/README_EN.md +++ b/README_EN.md @@ -42,6 +42,7 @@ ``` - Initialization +[nsfw_model_download](https://github.com/devzwy/open_nsfw_android/blob/dev/app/src/main/assets/nsfw.tflite) ``` //Method 1: put the model file in the assets root directory and name it nsfw.tflite