JuanMa360 commited on
Commit
56127c0
·
1 Parent(s): 92a1835

bugfix: views

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -64,10 +64,10 @@ luminosity_labels = ['natural_light', 'no_light', 'artificial_light']
64
  #]
65
 
66
  view_questions = [
67
- #"This is a panoramic view, showing a wide expanse of the surroundings, including both natural and urban elements.",
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"
72
  ]
73
 
 
64
  #]
65
 
66
  view_questions = [
67
+ # "This is a panoramic view, showing a wide expanse of the surroundings.",
68
+ "This is a city view, showing buildings, streets, and urban areas.",
69
+ "This is a view of greenery, including trees, parks, or gardens.",
70
+ "This is a mountain view, showing mountains and hilly landscapes.",
71
  "This is a view of the sea"
72
  ]
73