Skip to content

Commit

Permalink
Set default to 25MB and greater than 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed Oct 23, 2023
1 parent ebb1960 commit 891dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def predict(
description="(UI Render only) Render in metric units (km/h)", default=False
),
fileSize: int = Input(
description="Rough size of clip output in MB.", ge=25, le=100, default=50
description="Rough size of clip output in MB.", ge=10, le=100, default=25
),
notes: str = Input(
description="Notes Text field. Doesn't affect output. For your own reference.", default="",
Expand Down

0 comments on commit 891dfc8

Please sign in to comment.