Skip to content

Commit 891dfc8

Browse files
committed
Set default to 25MB and greater than 10
1 parent ebb1960 commit 891dfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def predict(
5252
description="(UI Render only) Render in metric units (km/h)", default=False
5353
),
5454
fileSize: int = Input(
55-
description="Rough size of clip output in MB.", ge=25, le=100, default=50
55+
description="Rough size of clip output in MB.", ge=10, le=100, default=25
5656
),
5757
notes: str = Input(
5858
description="Notes Text field. Doesn't affect output. For your own reference.", default="",

0 commit comments

Comments
 (0)