From 787ba021b79b355431f55a4a3a148a8617262320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 29 Apr 2023 02:47:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20level=204=20-=20fix=20fo?= =?UTF-8?q?rmat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_generator.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_generator.py b/test/test_generator.py index 1d95177..be29a2b 100644 --- a/test/test_generator.py +++ b/test/test_generator.py @@ -126,13 +126,13 @@ curl "https://us-central1-causal-diffusion.cloudfunctions.net/describe" \\ {{"image": "", "features": []}} ]}}' Result format: -{ +{{ "result": [ - { + {{ "text": "" - } + }} ] -} +}} The description is then used to generate a joke. The joke is the put on the image. The output is the image with the joke on it.''',