From 0ff88d29a2533601ef266c57899dc8683f76cd19 Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Tue, 5 Jul 2022 06:14:11 -0400 Subject: [PATCH] replicate wording --- replicate_predictor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/replicate_predictor.py b/replicate_predictor.py index a49d4c6..8ca101c 100644 --- a/replicate_predictor.py +++ b/replicate_predictor.py @@ -23,11 +23,11 @@ class ReplicatePredictor(BasePredictor): default=4 ), seed: int = Input( - description='Set the seed to a positive number for reproducible results', + description='A positive number will generate reproducible results', default=-1 ), log2_intermediate_image_count: int = Input( - description='Set the total number of images to show while running. Each image adds a slight delay.', + description='Number of images to show while running, each adds a slight delay', ge=0, le=4, default=2