Spaces:
Sleeping
Sleeping
bugfix: views
Browse files
app.py
CHANGED
@@ -60,19 +60,18 @@ luminosity_labels = ['natural_light', 'no_light', 'artificial_light']
|
|
60 |
# "Is this a city view?",
|
61 |
# "Is this a view of greenery?",
|
62 |
# "Is this a mountain view?",
|
63 |
-
# "Is this a view of the sea?"
|
64 |
-
# "Is this an exterior view of a building?"
|
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 = ['
|
76 |
|
77 |
certainty_classes = [
|
78 |
'Windows, balconies, or terraces with an unobstructed outward view',
|
|
|
60 |
# "Is this a city view?",
|
61 |
# "Is this a view of greenery?",
|
62 |
# "Is this a mountain view?",
|
63 |
+
# "Is this a view of the sea?"
|
|
|
64 |
#]
|
65 |
|
66 |
view_questions = [
|
67 |
+
#"This is a panoramic view, showing a wide expanse of the surroundings, including both natural and urban elements.",
|
68 |
"This is a city view, showing buildings, streets, and urban infrastructure.",
|
69 |
"This is a view of greenery, focusing on trees, parks, gardens, and other vegetative elements.",
|
70 |
"This is a mountain view, showing mountains, hills, and rocky landscapes.",
|
71 |
"This is a view of the sea, focusing on oceans, beaches, and large bodies of water.",
|
72 |
]
|
73 |
|
74 |
+
view_labels = ['city', 'greenery', 'mountain', 'sea']
|
75 |
|
76 |
certainty_classes = [
|
77 |
'Windows, balconies, or terraces with an unobstructed outward view',
|