singhankur01 commited on
Commit
5793dab
·
verified ·
1 Parent(s): 804b10a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ async def lifespan(app: FastAPI):
55
  encode_kwargs={
56
  "batch_size": 64,
57
  "normalize_embeddings": True
58
- }
59
  show_progress_bar= False
60
  )
61
  ### to make it faster we are now using our built reranker thats why commenting the code below
 
55
  encode_kwargs={
56
  "batch_size": 64,
57
  "normalize_embeddings": True
58
+ },
59
  show_progress_bar= False
60
  )
61
  ### to make it faster we are now using our built reranker thats why commenting the code below