Spaces:
Sleeping
Sleeping
bugfix: views
Browse files
app.py
CHANGED
@@ -65,11 +65,11 @@ luminosity_labels = ['natural_light', 'no_light', 'artificial_light']
|
|
65 |
#]
|
66 |
|
67 |
view_questions = [
|
68 |
-
"This is a panoramic view, showing a wide expanse of the surroundings.",
|
69 |
-
"This is a city view, showing buildings, streets, and urban
|
70 |
-
"This is a view of greenery,
|
71 |
-
"This is a mountain view, showing mountains and
|
72 |
-
"This is a view of the sea,
|
73 |
]
|
74 |
|
75 |
view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']
|
|
|
65 |
#]
|
66 |
|
67 |
view_questions = [
|
68 |
+
"This is a panoramic view, showing a wide expanse of the surroundings, including both natural and urban elements.",
|
69 |
+
"This is a city view, showing buildings, streets, and urban infrastructure.",
|
70 |
+
"This is a view of greenery, focusing on trees, parks, gardens, and other vegetative elements.",
|
71 |
+
"This is a mountain view, showing mountains, hills, and rocky landscapes.",
|
72 |
+
"This is a view of the sea, focusing on oceans, beaches, and large bodies of water.",
|
73 |
]
|
74 |
|
75 |
view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']
|