From 093f9f388b31de276ce2de164bdc2081324b9767 Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Fri, 21 Mar 2025 20:20:53 +0000 Subject: [PATCH] Update README (#25) - Update README (0297e92d11516e25b4dc692f205a527093b2ed22) Co-authored-by: Patrick Loeber --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d63ec..e953c11 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ messages = [ ] 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! # Based on the image, the animal on the candy is a **turtle**. # You can see the shell shape and the head and legs.