Update README (#25)

- Update README (0297e92d11516e25b4dc692f205a527093b2ed22)


Co-authored-by: Patrick Loeber <patloeber@users.noreply.huggingface.co>
This commit is contained in:
Omar Sanseviero 2025-03-21 20:20:53 +00:00 committed by system
parent 31fa622bc2
commit 093f9f388b
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -102,7 +102,7 @@ messages = [
] ]
output = pipe(text=messages, max_new_tokens=200) output = pipe(text=messages, max_new_tokens=200)
print(output[0][0]["generated_text"][-1]["content"]) print(output[0]["generated_text"][-1]["content"])
# Okay, let's take a look! # Okay, let's take a look!
# Based on the image, the animal on the candy is a **turtle**. # Based on the image, the animal on the candy is a **turtle**.
# You can see the shell shape and the head and legs. # You can see the shell shape and the head and legs.