Spaces:
Sleeping
Sleeping
bugfix: views
Browse files
app.py
CHANGED
@@ -64,10 +64,10 @@ luminosity_labels = ['natural_light', 'no_light', 'artificial_light']
|
|
64 |
#]
|
65 |
|
66 |
view_questions = [
|
67 |
-
|
68 |
-
"This is a city view, showing buildings, streets, and urban
|
69 |
-
"This is a view of greenery,
|
70 |
-
"This is a mountain view, showing mountains
|
71 |
"This is a view of the sea"
|
72 |
]
|
73 |
|
|
|
64 |
#]
|
65 |
|
66 |
view_questions = [
|
67 |
+
# "This is a panoramic view, showing a wide expanse of the surroundings.",
|
68 |
+
"This is a city view, showing buildings, streets, and urban areas.",
|
69 |
+
"This is a view of greenery, including trees, parks, or gardens.",
|
70 |
+
"This is a mountain view, showing mountains and hilly landscapes.",
|
71 |
"This is a view of the sea"
|
72 |
]
|
73 |
|