Update README.md
Browse files
README.md
CHANGED
@@ -66,5 +66,5 @@ url = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/
|
|
66 |
image = Image.open(requests.get(url, stream=True).raw)
|
67 |
result = run_example("<MORE_DETAILED_CAPTION>" , image)
|
68 |
print(result)
|
69 |
-
# {'<MORE_DETAILED_CAPTION>': 'A vivid,
|
70 |
```
|
|
|
66 |
image = Image.open(requests.get(url, stream=True).raw)
|
67 |
result = run_example("<MORE_DETAILED_CAPTION>" , image)
|
68 |
print(result)
|
69 |
+
# {'<MORE_DETAILED_CAPTION>': 'A vivid, close-up photograph of a classic car, specifically a Volkswagen Beetle, parked on a cobblestone street. The car is painted in a striking shade of turquoise, with a glossy finish that reflects the surrounding environment. The vehicle's rounded shape is accentuated by its rounded tires and chrome detailing. The background reveals a weathered yellow wall with a rustic wooden door, adding to the rustic charm of the scene. The sky above is clear, suggesting a sunny day. The overall style of the image is candid, capturing a moment in time without any posed or staged elements.'}
|
70 |
```
|