gokaygokay
commited on
Commit
•
28cede3
1
Parent(s):
e51d9d2
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ import copy
|
|
47 |
|
48 |
url = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/car.jpg?download=true"
|
49 |
image = Image.open(requests.get(url, stream=True).raw)
|
50 |
-
run_example("<DESCRIPTION>", "Describe this image in great detail.", image)
|
51 |
|
52 |
final_answer = answer["<DESCRIPTION>"]
|
53 |
print(final_answer)
|
|
|
47 |
|
48 |
url = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/car.jpg?download=true"
|
49 |
image = Image.open(requests.get(url, stream=True).raw)
|
50 |
+
answer = run_example("<DESCRIPTION>", "Describe this image in great detail.", image)
|
51 |
|
52 |
final_answer = answer["<DESCRIPTION>"]
|
53 |
print(final_answer)
|