huy-ha commited on
Commit
9f9014d
·
1 Parent(s): 2145817

use ours fast as default

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -99,28 +99,28 @@ This relevancy extractor builds heavily on [Chefer et al.'s codebase](https://gi
99
  "https://semantic-abstraction.cs.columbia.edu/downloads/gameroom.png",
100
  "basketball jersey,nintendo switch,television,ping pong table,vase,fireplace,abstract painting of a vespa,carpet,wall",
101
  "a photograph of a {} in a home.",
102
- "ours",
103
  True,
104
  ],
105
  [
106
  "https://semantic-abstraction.cs.columbia.edu/downloads/livingroom.png",
107
  "monopoly boardgame set,door knob,sofa,coffee table,plant,carpet,wall",
108
  "a photograph of a {} in a home.",
109
- "ours",
110
  True,
111
  ],
112
  [
113
  "https://semantic-abstraction.cs.columbia.edu/downloads/fireplace.png",
114
  "fireplace,beige armchair,candle,large indoor plant in a pot,forest painting,cheetah-patterned pillow,floor,carpet,wall",
115
  "a photograph of a {} in a home.",
116
- "ours",
117
  True,
118
  ],
119
  [
120
  "https://semantic-abstraction.cs.columbia.edu/downloads/walle.png",
121
  "WALL-E,a fire extinguisher",
122
  "a 3D render of {}.",
123
- "ours",
124
  True,
125
  ],
126
  ],
 
99
  "https://semantic-abstraction.cs.columbia.edu/downloads/gameroom.png",
100
  "basketball jersey,nintendo switch,television,ping pong table,vase,fireplace,abstract painting of a vespa,carpet,wall",
101
  "a photograph of a {} in a home.",
102
+ "ours_fast",
103
  True,
104
  ],
105
  [
106
  "https://semantic-abstraction.cs.columbia.edu/downloads/livingroom.png",
107
  "monopoly boardgame set,door knob,sofa,coffee table,plant,carpet,wall",
108
  "a photograph of a {} in a home.",
109
+ "ours_fast",
110
  True,
111
  ],
112
  [
113
  "https://semantic-abstraction.cs.columbia.edu/downloads/fireplace.png",
114
  "fireplace,beige armchair,candle,large indoor plant in a pot,forest painting,cheetah-patterned pillow,floor,carpet,wall",
115
  "a photograph of a {} in a home.",
116
+ "ours_fast",
117
  True,
118
  ],
119
  [
120
  "https://semantic-abstraction.cs.columbia.edu/downloads/walle.png",
121
  "WALL-E,a fire extinguisher",
122
  "a 3D render of {}.",
123
+ "ours_fast",
124
  True,
125
  ],
126
  ],