From 38f73a1592e8eb0f5bc6a0584134760a5e482a47 Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Thu, 11 Aug 2022 16:24:23 +0800 Subject: =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E6=9B=BF=E6=8D=A2=E6=89=80?= =?UTF-8?q?=E9=9C=80=E8=B5=84=E6=BA=90=E9=93=BE=E6=8E=A5?= 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, 1 insertion(+), 3 deletions(-) (limited to 'ATRI/plugins/setu') diff --git a/ATRI/plugins/setu/tf_dealer.py b/ATRI/plugins/setu/tf_dealer.py index 1e51f54..4f4b374 100644 --- a/ATRI/plugins/setu/tf_dealer.py +++ b/ATRI/plugins/setu/tf_dealer.py @@ -20,9 +20,7 @@ SETU_PATH.mkdir(parents=True, exist_ok=True) TEMP_PATH.mkdir(parents=True, exist_ok=True) -MODULE_URL = ( - "https://fastly.jsdelivr.net/gh/Kyomotoi/CDN@master/project/ATRI/nsfw.tflite" -) +MODULE_URL = "https://jsd.imki.moe/gh/Kyomotoi/CDN@master/project/ATRI/nsfw.tflite" VGG_MEAN = [104, 117, 123] -- cgit v1.2.3