update replicate predict.py

This commit is contained in:
Brett Kuprel
2022-07-03 12:14:24 -04:00
parent 8d808599d3
commit f0f9c5e83e
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ class Predictor(BasePredictor):
grid_size: int = Input(
description='Grid Size',
ge=1,
le=3,
le=4,
default=3
)
) -> Path: