Spaces:
Sleeping
Sleeping
bugfix: views
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ view_questions = [
|
|
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 |
-
"There is not
|
73 |
]
|
74 |
|
75 |
view_labels = ['city', 'greenery', 'mountain', 'sea','not_clear']
|
|
|
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 |
+
"There is not window to see outside"
|
73 |
]
|
74 |
|
75 |
view_labels = ['city', 'greenery', 'mountain', 'sea','not_clear']
|