JuanMa360 commited on
Commit
cff17c0
·
1 Parent(s): 991ef04

refactor: pool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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","others"]
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?",