JuanMa360 commited on
Commit
bb5e3d2
·
1 Parent(s): 8fc2390

bugfix: views

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -55,22 +55,22 @@ luminosity_classes = [
55
 
56
  luminosity_labels = ['natural_light', 'no_light', 'artificial_light']
57
 
58
- view_questions = [
59
- #"Is this a panoramic view?",
60
- "Is this a city view?",
61
- "Is this a view of greenery?",
62
- "Is this a mountain view?",
63
- "Is this a view of the sea?"
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, focusing on oceans, beaches, and large bodies of water."
72
  #]
73
 
 
 
 
 
 
 
 
 
74
  view_labels = ['city', 'greenery', 'mountain', 'sea']
75
 
76
  certainty_classes = [
 
55
 
56
  luminosity_labels = ['natural_light', 'no_light', 'artificial_light']
57
 
 
 
 
 
 
 
 
 
58
  #view_questions = [
59
+ #"Is this a panoramic view?",
60
+ # "Is this a city view?",
61
+ # "Is this a view of greenery?",
62
+ # "Is this a mountain view?",
63
+ # "Is this a view of the sea?"
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, focusing on oceans, beaches, and large bodies of water."
72
+ ]
73
+
74
  view_labels = ['city', 'greenery', 'mountain', 'sea']
75
 
76
  certainty_classes = [