From 05ea19b7607ef261e511cbb91cfa3a28bdbc0dfd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 5 Dec 2019 17:03:33 +0100 Subject: fix --- cli/app/commands/biggan/random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/commands/biggan/random.py') diff --git a/cli/app/commands/biggan/random.py b/cli/app/commands/biggan/random.py index 42db0b8..ebfde4b 100644 --- a/cli/app/commands/biggan/random.py +++ b/cli/app/commands/biggan/random.py @@ -51,7 +51,7 @@ def cli(ctx): print(results) - for sample in results['default']: + for sample in results: sample = image_to_uint8(sample) img = Image.fromarray(sample, "RGB") fp_img_out = "{}.png".format(int(time.time() * 1000)) -- cgit v1.2.3-70-g09d2