From 8fe5a6f7ef4a27fa0e185e1749687e142caa702d Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Mon, 4 Jul 2022 21:31:48 -0400 Subject: [PATCH] update cogrun --- cogrun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogrun.py b/cogrun.py index e437b82..0068bf1 100644 --- a/cogrun.py +++ b/cogrun.py @@ -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 ),