Update examples/preferential-optimization/generator.py

This commit is contained in:
contramundum53
2023-08-16 17:05:39 +09:00
committed by GitHub
parent 6a9c05f93f
commit 941e5011d5
@@ -47,7 +47,6 @@ def main() -> NoReturn:
# 2. Generate image
image_path = os.path.join(tmpdir, f"sample-{trial.number}.png")
image = Image.new("RGB", (320, 240), color=(r, g, b))
# sleep(2.0)
image.save(image_path)
# 3. Upload Artifact