新增nsfw模型快速下载地址

pull/34/head
赵文文 5 years ago
parent f6c64df2b3
commit a504e74169
  1. 2
      README.md
  2. 1
      README_EN.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)

@ -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

Loading…
Cancel
Save