osanseviero patloeber commited on
Commit
093f9f3
·
verified ·
1 Parent(s): 31fa622

Update README (#25)

Browse files

- Update README (0297e92d11516e25b4dc692f205a527093b2ed22)


Co-authored-by: Patrick Loeber <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ messages = [
102
  ]
103
 
104
  output = pipe(text=messages, max_new_tokens=200)
105
- print(output[0][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.
 
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.