From 1b3c6ada3b7d5a002afa089aa16422a9e3d0fa0d Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Sun, 12 Jun 2022 15:24:35 +0800 Subject: =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20=E8=A7=A3=E5=86=B3=20mainland?= =?UTF-8?q?=20=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/setu/tf_dealer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ATRI/plugins/setu/tf_dealer.py') diff --git a/ATRI/plugins/setu/tf_dealer.py b/ATRI/plugins/setu/tf_dealer.py index a6bd3f0..4e1eafa 100644 --- a/ATRI/plugins/setu/tf_dealer.py +++ b/ATRI/plugins/setu/tf_dealer.py @@ -21,7 +21,9 @@ SETU_PATH.mkdir(parents=True, exist_ok=True) TEMP_PATH.mkdir(parents=True, exist_ok=True) -MODULE_URL = "https://cdn.jsdelivr.net/gh/Kyomotoi/CDN@master/project/ATRI/nsfw.tflite" +MODULE_URL = ( + "https://fastly.jsdelivr.net/gh/Kyomotoi/CDN@master/project/ATRI/nsfw.tflite" +) VGG_MEAN = [104, 117, 123] -- cgit v1.2.3