update predict.py
This commit is contained in:
parent
d3beb3ab57
commit
cf5b116284
|
@ -32,7 +32,7 @@ class Predictor(BasePredictor):
|
||||||
),
|
),
|
||||||
) -> Path:
|
) -> Path:
|
||||||
|
|
||||||
def handle_intermediate_image(i: int, image: Image.Image) -> Path:
|
def handle_intermediate_image(i: int, image: Image.Image):
|
||||||
if i + 1 == 16: return
|
if i + 1 == 16: return
|
||||||
out_path = Path(tempfile.mkdtemp()) / 'output.jpg'
|
out_path = Path(tempfile.mkdtemp()) / 'output.jpg'
|
||||||
image.save(str(out_path))
|
image.save(str(out_path))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user