gokaygokay
commited on
Commit
•
4de7277
1
Parent(s):
f0b2c31
Update README.md
Browse files
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
|
|
|
|
|
|
|
|
|
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 |
```
|