Spaces:
Sleeping
Sleeping
refactor: classes
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ view_questions = [
|
|
56 |
]
|
57 |
view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']
|
58 |
|
59 |
-
certainty_classes = ['windows, balcony or terrace with a view outwards','Exterior appearance of a house or apartment','unreal image or fake of any view']
|
60 |
|
61 |
-
render_classes = ['is_unrealistic_image_render', 'is_image_real']
|
62 |
|
63 |
threshold = 0
|
64 |
|
|
|
56 |
]
|
57 |
view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']
|
58 |
|
59 |
+
certainty_classes = ['windows, balcony or terrace with a view outwards','Exterior appearance of a house or apartment','unreal image or fake of any view','view outwards with not clear view outside']
|
60 |
|
61 |
+
render_classes = ['is_unrealistic_image_render', 'is_image_real','empty_interior_room']
|
62 |
|
63 |
threshold = 0
|
64 |
|