hermanhelf commited on
Commit
29f27f5
1 Parent(s): 27ec10e
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -6,6 +6,7 @@ class EndpointHandler():
6
  # Preload all the elements you are going to need at inference.
7
  # pseudo:
8
  # self.model= load_model(path)
 
9
 
10
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
11
  """
 
6
  # Preload all the elements you are going to need at inference.
7
  # pseudo:
8
  # self.model= load_model(path)
9
+ pass
10
 
11
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
12
  """