feat 新增图片亮度提高接口
fix
This commit is contained in:
8
app/schemas/brighten.py
Normal file
8
app/schemas/brighten.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class BrightenModel(BaseModel):
|
||||
image_url: str
|
||||
brighten_value: float
|
||||
brighten_bucket: str
|
||||
brighten_name: str
|
||||
Reference in New Issue
Block a user