Michael Krasa
commited on
Commit
·
5e2e20e
1
Parent(s):
46ff423
better examples
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ search_terms_wikipedia = {
|
|
| 24 |
"elegant clarkia": "https://en.wikipedia.org/wiki/Clarkia_unguiculata",
|
| 25 |
"baby blue eyes": "https://en.wikipedia.org/wiki/Nemophila_menziesii",
|
| 26 |
"hummingbird sage": "https://en.wikipedia.org/wiki/Salvia_spathacea",
|
| 27 |
-
"
|
| 28 |
"matilija poppy": "https://en.wikipedia.org/wiki/Romneya_coulteri",
|
| 29 |
"blue-eyed grass": "https://en.wikipedia.org/wiki/Sisyrinchium_bellum",
|
| 30 |
"penstemon spectabilis": "https://en.wikipedia.org/wiki/Penstemon_spectabilis",
|
|
@@ -47,10 +47,10 @@ prompt_templates = [
|
|
| 47 |
|
| 48 |
# Example images for the interface
|
| 49 |
example_images = [
|
| 50 |
-
'https://
|
| 51 |
-
'https://
|
| 52 |
-
'https://
|
| 53 |
-
'https://
|
| 54 |
'https://valleywaternews.org/wp-content/uploads/2016/06/ceanothus-clusters.jpg?w=1440',
|
| 55 |
'https://cdn11.bigcommerce.com/s-1b9100svju/images/stencil/1280x1280/products/2044/1440/DETA-635__75522.1664817787.jpg?c=1'
|
| 56 |
]
|
|
|
|
| 24 |
"elegant clarkia": "https://en.wikipedia.org/wiki/Clarkia_unguiculata",
|
| 25 |
"baby blue eyes": "https://en.wikipedia.org/wiki/Nemophila_menziesii",
|
| 26 |
"hummingbird sage": "https://en.wikipedia.org/wiki/Salvia_spathacea",
|
| 27 |
+
"delphinium": "https://en.wikipedia.org/wiki/Delphinium",
|
| 28 |
"matilija poppy": "https://en.wikipedia.org/wiki/Romneya_coulteri",
|
| 29 |
"blue-eyed grass": "https://en.wikipedia.org/wiki/Sisyrinchium_bellum",
|
| 30 |
"penstemon spectabilis": "https://en.wikipedia.org/wiki/Penstemon_spectabilis",
|
|
|
|
| 47 |
|
| 48 |
# Example images for the interface
|
| 49 |
example_images = [
|
| 50 |
+
'https://www.everwilde.com/media/0800/FLAYPLA-A-Tidy-Tips-Seeds.jpg',
|
| 51 |
+
'https://1.img-dpreview.com/files/p/TS560x560~forums/64454177/61cacd9b21b147a19a8a0927476a7d29',
|
| 52 |
+
'https://calscape.org/storage/app/species_images/calphotos/images/0000_0000_0515_1184.jpeg',
|
| 53 |
+
'https://vnps.org/wp-content/uploads/2021/05/Narrow-leaved-Blue-eyed-Grass-4-Sisyrinchium-angustifolium-by-Betsy-Washington.jpg',
|
| 54 |
'https://valleywaternews.org/wp-content/uploads/2016/06/ceanothus-clusters.jpg?w=1440',
|
| 55 |
'https://cdn11.bigcommerce.com/s-1b9100svju/images/stencil/1280x1280/products/2044/1440/DETA-635__75522.1664817787.jpg?c=1'
|
| 56 |
]
|