Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasjansson committed Sep 4, 2024
1 parent 5014d66 commit 3a5056b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ def predict( # pyright: ignore
prompt: str = Input(
description="Prompt for generated image. If you include the `trigger_word` used in the training process you are more likely to activate the trained object, style, or concept in the resulting image."
),
image: Path = Input(
description="Input image for inpaint mode", default=None
),
image: Path = Input(description="Input image for inpaint mode", default=None),
mask: Path = Input(
description="Input mask for inpaint mode. Black areas will be preserved, white areas will be inpainted.",
default=None,
Expand Down

0 comments on commit 3a5056b

Please sign in to comment.