jpohhhh commited on
Commit
bee946d
·
1 Parent(s): b9a2f5d

Import Dict

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