markaw commited on
Commit
f6d5652
1 Parent(s): 3295a4c

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import Dict, List, Any
2
- from sentence_transformers import SentenceTransformer
3
 
4
  class EndpointHandler():
5
  def __init__(self, path="NV-Embed-v2"):
 
1
  from typing import Dict, List, Any
2
+ # from sentence_transformers import SentenceTransformer
3
 
4
  class EndpointHandler():
5
  def __init__(self, path="NV-Embed-v2"):