update notebook

This commit is contained in:
Brett Kuprel
2022-07-07 10:28:07 -04:00
parent 27642edbe6
commit 9a4a839b3b
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class ReplicatePredictor(BasePredictor):
default=True
),
grid_size: int = Input(
description='Size of the image grid. 4x4 takes about 15 seconds, 8x8 takes about 45 seconds',
description='Size of the image grid. 4x4 takes about 15 seconds, 8x8 takes about 35 seconds',
ge=1,
le=8,
default=4