JuanMa360 commited on
Commit
265a06c
·
1 Parent(s): c9ae5e7

bugfix: views

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -65,11 +65,11 @@ luminosity_labels = ['natural_light', 'no_light', 'artificial_light']
65
  #]
66
 
67
  view_questions = [
68
- "This is a panoramic view, showing a wide expanse of the surroundings.",
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']
 
65
  #]
66
 
67
  view_questions = [
68
+ "This is a panoramic view, showing a wide expanse of the surroundings, including both natural and urban elements.",
69
+ "This is a city view, showing buildings, streets, and urban infrastructure.",
70
+ "This is a view of greenery, focusing on trees, parks, gardens, and other vegetative elements.",
71
+ "This is a mountain view, showing mountains, hills, and rocky landscapes.",
72
+ "This is a view of the sea, focusing on oceans, beaches, and large bodies of water.",
73
  ]
74
 
75
  view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']