Spaces:
Sleeping
Sleeping
bugfix: views
Browse files
app.py
CHANGED
@@ -69,11 +69,10 @@ view_questions = [
|
|
69 |
"This is a city view, showing buildings, streets, and urban areas.",
|
70 |
"This is a view of greenery, including trees, parks, or gardens.",
|
71 |
"This is a mountain view, showing mountains and hilly landscapes.",
|
72 |
-
"This is a view of the sea, including oceans, beaches, or large bodies of water."
|
73 |
-
"This is an indoor view, showing an enclosed area"
|
74 |
]
|
75 |
|
76 |
-
view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea'
|
77 |
|
78 |
certainty_classes = [
|
79 |
'Windows, balconies, or terraces with an unobstructed outward view',
|
|
|
69 |
"This is a city view, showing buildings, streets, and urban areas.",
|
70 |
"This is a view of greenery, including trees, parks, or gardens.",
|
71 |
"This is a mountain view, showing mountains and hilly landscapes.",
|
72 |
+
"This is a view of the sea, including oceans, beaches, or large bodies of water."
|
|
|
73 |
]
|
74 |
|
75 |
+
view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']
|
76 |
|
77 |
certainty_classes = [
|
78 |
'Windows, balconies, or terraces with an unobstructed outward view',
|