JuanMa360 commited on
Commit
fe38dd5
·
1 Parent(s): ee85725

bugfix: views

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -68,11 +68,10 @@ view_questions = [
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
- "There is not window to see outside"
73
  ]
74
 
75
- view_labels = ['city', 'greenery', 'mountain', 'sea','not_clear']
76
 
77
  certainty_classes = [
78
  'Windows, balconies, or terraces with an unobstructed outward view',
 
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',