update replicate files

main
Brett Kuprel 2 years ago
parent 9cde5b1a60
commit 465b2428de
  1. 2
      replicate/predict.py

@ -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…
Cancel
Save