Files
AiDA_Python/app/schemas/brighten.py
zhouchengrong f5fc6b0c68 feat
fix   relight 补光接口修改
2024-09-03 15:49:42 +08:00

7 lines
110 B
Python

from pydantic import BaseModel
class BrightenModel(BaseModel):
image_url: str
brighten_value: float