diff options
author | Kyomotoi <[email protected]> | 2022-08-11 16:24:23 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-08-11 16:24:23 +0800 |
commit | 38f73a1592e8eb0f5bc6a0584134760a5e482a47 (patch) | |
tree | eda730d108c67562506377c2a61695ff96ac2445 /ATRI/plugins/setu | |
parent | 04f077fa66a3f608d7f23a08687068735041cab4 (diff) | |
download | ATRI-38f73a1592e8eb0f5bc6a0584134760a5e482a47.tar.gz ATRI-38f73a1592e8eb0f5bc6a0584134760a5e482a47.tar.bz2 ATRI-38f73a1592e8eb0f5bc6a0584134760a5e482a47.zip |
⚡️ 替换所需资源链接
Diffstat (limited to 'ATRI/plugins/setu')
-rw-r--r-- | ATRI/plugins/setu/tf_dealer.py | 4 |
1 files changed, 1 insertions, 3 deletions
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] |