update performance graph

This commit is contained in:
Brett Kuprel
2022-07-11 20:58:00 -04:00
parent 887706c9c9
commit 59b6a66958
4 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -30,11 +30,11 @@ class ReplicatePredictor(BasePredictor):
temperature: float = Input(
description='A higher temperature results in more variety.',
ge=0.01,
le=3,
default=1
le=10,
default=2
),
) -> Iterator[Path]:
try:
try:
image_stream = self.model.generate_image_stream(
text = text,
seed = -1,