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