Update README (#25)
- Update README (0297e92d11516e25b4dc692f205a527093b2ed22) Co-authored-by: Patrick Loeber <patloeber@users.noreply.huggingface.co>
This commit is contained in:
parent
31fa622bc2
commit
093f9f388b
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user