Update README (#25)
Browse files- Update README (0297e92d11516e25b4dc692f205a527093b2ed22)
Co-authored-by: Patrick Loeber <[email protected]>
README.md
CHANGED
@@ -102,7 +102,7 @@ messages = [
|
|
102 |
]
|
103 |
|
104 |
output = pipe(text=messages, max_new_tokens=200)
|
105 |
-
print(output[0][
|
106 |
# Okay, let's take a look!
|
107 |
# Based on the image, the animal on the candy is a **turtle**.
|
108 |
# You can see the shell shape and the head and legs.
|
|
|
102 |
]
|
103 |
|
104 |
output = pipe(text=messages, max_new_tokens=200)
|
105 |
+
print(output[0]["generated_text"][-1]["content"])
|
106 |
# Okay, let's take a look!
|
107 |
# Based on the image, the animal on the candy is a **turtle**.
|
108 |
# You can see the shell shape and the head and legs.
|