Skip to content

Commit

Permalink
add ignore image description
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherjesse committed Oct 10, 2023
1 parent d290feb commit 3cfe0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ def predict(
default=None,
),
width: int = Input(
description="Width of output image",
description="Width of output image (ignored if image is provided)",
default=1024,
),
height: int = Input(
description="Height of output image",
description="Height of output image (ignored if image is provided)",
default=1024,
),
steps: int = Input(
Expand Down

0 comments on commit 3cfe0ca

Please sign in to comment.