update replicate files

This commit is contained in:
Brett Kuprel 2022-07-02 10:35:27 -04:00
parent 9cde5b1a60
commit 465b2428de

View File

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