diff --git a/narrator.py b/narrator.py index 845158f..7eca4f5 100644 --- a/narrator.py +++ b/narrator.py @@ -43,7 +43,7 @@ def generate_new_line(base64_image): { "role": "user", "content": [ - {"type": "text", "text": "Describe this image as if you David Attenborough"}, + {"type": "text", "text": "Describe this image as if you are David Attenborough"}, { "type": "image_url", "image_url": f"data:image/jpeg;base64,{base64_image}",