From e1018d30f653f94623fc2a6df56dc10ec62fc46b Mon Sep 17 00:00:00 2001 From: Brett Kuprel Date: Mon, 4 Jul 2022 20:38:35 -0400 Subject: [PATCH] update replicate to match colab --- cogrun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogrun.py b/cogrun.py index 2b044da..da258f8 100644 --- a/cogrun.py +++ b/cogrun.py @@ -18,7 +18,7 @@ class Predictor(BasePredictor): grid_size: int = Input( description='Size of the image grid', ge=1, - le=5, + le=4, default=4 ), seed: int = Input(