Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vespa-engine
/
colpali-vespa-visual-retrieval
like
49
Running
on
T4
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thomasht86
commited on
Oct 7, 2024
Commit
2c5fb94
·
verified
·
1 Parent(s):
7f3ad7b
Upload main.py with huggingface_hub
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -109,7 +109,7 @@ def get(request, query: str, nn: bool = True):
109
model=model,
110
query=query,
111
nn=nn,
112
-
gen_sim_map=
True
,
113
)
114
)
115
109
model=model,
110
query=query,
111
nn=nn,
112
+
gen_sim_map=
False
,
113
)
114
)
115