feat 新增图片亮度提高接口

fix
This commit is contained in:
zhouchengrong
2024-08-28 16:39:39 +08:00
parent 14ff063f87
commit 70b05a7beb
3 changed files with 75 additions and 0 deletions

8
app/schemas/brighten.py Normal file
View File

@@ -0,0 +1,8 @@
from pydantic import BaseModel
class BrightenModel(BaseModel):
image_url: str
brighten_value: float
brighten_bucket: str
brighten_name: str