Suprhimp
first commit
3450e6b
raw
history blame
No virus
334 Bytes
from pydantic import BaseModel
class ToneUpData(BaseModel):
image_id : str
exposure : float
saturation : float
contrast : float
brightness : float
gamma : float
shadows : float
highlights : float
whites : float
blacks : float
clarity : float
temperature : float
sharpness : float