Michael Krasa
commited on
Commit
·
daa8242
1
Parent(s):
d4ccb5d
update prompts
Browse files
app.py
CHANGED
|
@@ -38,11 +38,11 @@ search_terms_wikipedia = {
|
|
| 38 |
|
| 39 |
# Templates for AI image generation
|
| 40 |
prompt_templates = [
|
| 41 |
-
"A
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"A
|
| 45 |
-
"
|
| 46 |
]
|
| 47 |
|
| 48 |
# Example images for the interface
|
|
|
|
| 38 |
|
| 39 |
# Templates for AI image generation
|
| 40 |
prompt_templates = [
|
| 41 |
+
"A delicate watercolor painting of a {flower} with morning dew drops, soft pastel colors blending together as the sunrise creates gentle shadows.",
|
| 42 |
+
"A whimsical nature journal sketch of a {flower} surrounded by butterflies and bees, with loose watercolor washes in fresh spring colors.",
|
| 43 |
+
"An impressionistic scene of a {flower} swaying in the morning breeze, painted in loose brushstrokes with soft blues and golden morning light.",
|
| 44 |
+
"A botanical illustration of a {flower} with detailed pencil lines and gentle watercolor washes, surrounded by notes about its features and habitat.",
|
| 45 |
+
"A dreamy plein air painting of a {flower} along a morning hiking trail, with misty mountains in the background and soft morning colors."
|
| 46 |
]
|
| 47 |
|
| 48 |
# Example images for the interface
|