update cogrun

This commit is contained in:
Brett Kuprel 2022-07-04 21:31:48 -04:00
parent 6d81d514a0
commit 8fe5a6f7ef

View File

@ -27,7 +27,7 @@ class Predictor(BasePredictor):
default=-1
),
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],
default=8
),