update cogrun
This commit is contained in:
parent
6d81d514a0
commit
8fe5a6f7ef
|
@ -27,7 +27,7 @@ class Predictor(BasePredictor):
|
||||||
default=-1
|
default=-1
|
||||||
),
|
),
|
||||||
intermediate_image_count: int = Input(
|
intermediate_image_count: int = Input(
|
||||||
description='Set the number of intermediate images to show',
|
description='Set the number of intermediate images to show while running',
|
||||||
choices=[1, 2, 4, 8, 16],
|
choices=[1, 2, 4, 8, 16],
|
||||||
default=8
|
default=8
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user