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.''',