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

bugfix: views

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,10 +70,10 @@ view_questions = [
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 interior space, such as a room, hallway, or other enclosed area"
74
  ]
75
 
76
- view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea','ambiguous view']
77
 
78
  certainty_classes = [
79
  'Windows, balconies, or terraces with an unobstructed outward view',
 
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',