5x5 grid works on colab P100 so should work on replicate
This commit is contained in:
parent
3dc92b19bd
commit
ecc1534f87
|
@ -16,7 +16,7 @@ class Predictor(BasePredictor):
|
|||
grid_size: int = Input(
|
||||
description='Size of the image grid',
|
||||
ge=1,
|
||||
le=4,
|
||||
le=5,
|
||||
default=4
|
||||
),
|
||||
seed: int = Input(
|
||||
|
|
Loading…
Reference in New Issue
Block a user