Add None as default image value
This commit is contained in:
parent
0a15f1b66a
commit
49b2886ef0
@ -714,7 +714,7 @@ def image_variation(
|
||||
|
||||
@client
|
||||
def image_edit( # noqa: PLR0915
|
||||
image: Optional[Union[FileTypes, List[FileTypes]]],
|
||||
image: Optional[Union[FileTypes, List[FileTypes]]] = None,
|
||||
prompt: Optional[str]= None,
|
||||
model: Optional[str] = None,
|
||||
mask: Optional[str] = None,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user