Spaces:
Sleeping
Sleeping
refactor: pool
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ processor = CLIPProcessor.from_pretrained("tokenizer")
|
|
8 |
vqa_pipeline = pipeline("visual-question-answering")
|
9 |
|
10 |
space_type_labels = ["living room", "bedroom", "kitchen", "terrace", "closet","bathroom", "dining room", "office", "garage", "garden",
|
11 |
-
"balcony", "attic", "hallway", "laundry room","gym", "playroom", "storage room", "studio","is_exterior","empty_interior_room","
|
12 |
|
13 |
equipment_questions = [
|
14 |
"Does the image show outdoor furniture?",
|
|
|
8 |
vqa_pipeline = pipeline("visual-question-answering")
|
9 |
|
10 |
space_type_labels = ["living room", "bedroom", "kitchen", "terrace", "closet","bathroom", "dining room", "office", "garage", "garden",
|
11 |
+
"balcony", "attic", "hallway", "laundry room","gym", "playroom", "storage room", "studio","is_exterior","empty_interior_room","swimming pool"]
|
12 |
|
13 |
equipment_questions = [
|
14 |
"Does the image show outdoor furniture?",
|