update replicate to match colab

This commit is contained in:
Brett Kuprel 2022-07-04 20:38:35 -04:00
parent b156e5c8c4
commit e1018d30f6

View File

@ -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(