JuanMa360 commited on
Commit
c9ae5e7
·
1 Parent(s): 169f453

bugfix: views

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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','indoor_view']
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',