This commit is contained in:
Refound-445 2024-11-16 22:01:10 +08:00
parent 36a06db93a
commit 75153acbc5
3 changed files with 1267 additions and 276 deletions

View File

@ -9,7 +9,7 @@ require("nonebot_plugin_uninfo")
from . import handler as handler
from .config import Config
__version__ = "2.3.2.post1"
__version__ = "2.3.2.post2"
__plugin_meta__ = PluginMetadata(
name="自动撤回奶龙",
description="一个基于图像分类模型的简单插件~",

File diff suppressed because it is too large Load Diff

View File

@ -21,8 +21,7 @@ dependencies = [
"tqdm>=4.66.6",
"huggingface-hub>=0.26",
"ultralytics>=8.3",
"gradio_client>=1.4"
"gradio-client>=1.3.0",
]
license = { text = "MIT" }
readme = "README.md"
@ -43,4 +42,4 @@ includes = []
[tool.pdm.version]
source = "file"
path = "nonebot_plugin_nailongremove/__init__.py"
path = "nonebot_plugin_nailongremove/__init__.py"