update replicate files
This commit is contained in:
parent
9cde5b1a60
commit
465b2428de
|
@ -18,7 +18,7 @@ class Predictor(BasePredictor):
|
|||
grid_size: int = Input(
|
||||
description="Specify the grid size.",
|
||||
ge=1,
|
||||
le=4
|
||||
le=3
|
||||
)
|
||||
) -> Path:
|
||||
image = self.model.generate_image(text, seed, grid_size=grid_size)
|
||||
|
|
Loading…
Reference in New Issue
Block a user