Files
AiDA_Python/app/schemas/brighten.py

7 lines
110 B
Python
Raw Permalink Normal View History

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