Spaces:
Build error
Build error
use ours fast as default
Browse files
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 |
-
"
|
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 |
-
"
|
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 |
-
"
|
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 |
-
"
|
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 |
],
|