thomasht86 commited on
Commit
2c5fb94
β€’
1 Parent(s): 7f3ad7b

Upload main.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -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