thwri commited on
Commit
bd523a0
1 Parent(s): 255e8e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, sunlit photograph capturing a classic, turquoise Volkswagen Beetle parked on a cobblestone street. The car's sleek design is accentuated by its rounded shape, chrome detailing, and distinctive round headlights. The backdrop features a weathered yellow wall with two wooden doors, one of which is slightly ajar, revealing a glimpse of the interior. The scene is bathed in natural light, casting soft shadows and highlighting the textures of the car and the wall. The overall atmosphere is nostalgic, evoking a sense of a bygone era.'}
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
  ```