gokaygokay commited on
Commit
4de7277
1 Parent(s): f0b2c31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -37,5 +37,9 @@ answer = enhancer(prefix + short_prompt, max_length=max_target_length)
37
  final_answer = answer[0]['generated_text']
38
  print(final_answer)
39
 
40
- # a two-story house with white walls and dark wooden beams, the house has "hello' written in large black letters on the front wall, there is a small balcony with a glass railing above it, a tree with green leaves is to the left of the house, a stone pathway leads up from the bottom center towards the entrance of the house, a tall palm tree stands to the right side of the house, another smaller tree is to its left, a clear blue sky with scattered clouds fills most of the background, some shadows are cast by the trees and the house.
 
 
 
 
41
  ```
 
37
  final_answer = answer[0]['generated_text']
38
  print(final_answer)
39
 
40
+ # a two-story house with white trim, large windows on the second floor,
41
+ # three chimneys on the roof, green trees and shrubs in front of the house,
42
+ # stone pathway leading to the front door, text on the house reads "hello" in all caps,
43
+ # blue sky above, shadows cast by the trees, sunlight creating contrast on the house's facade,
44
+ # some plants visible near the bottom right corner, overall warm and serene atmosphere.
45
  ```