Skip to content

Commit

Permalink
Tweak defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
fofr committed Dec 21, 2023
1 parent a10127c commit 8ea415e
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 @@ -272,11 +272,11 @@ def predict(
),
width: int = Input(
description="Width of output image",
default=1024,
default=768,
),
height: int = Input(
description="Height of output image",
default=1024,
default=768,
),
num_outputs: int = Input(
description="Number of images to output.",
Expand Down

0 comments on commit 8ea415e

Please sign in to comment.