Pereki commited on
Commit
919232a
1 Parent(s): ae5d45e

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -9,7 +9,6 @@ class EndpointHandler:
9
  self.pipeline = Pipeline.create(
10
  task="text-classification",
11
  model_path=path,
12
- scheduler=sync
13
  )
14
 
15
  def __call__(self, data: Dict[str, Any]) -> Dict[str, str]:
 
9
  self.pipeline = Pipeline.create(
10
  task="text-classification",
11
  model_path=path,
 
12
  )
13
 
14
  def __call__(self, data: Dict[str, Any]) -> Dict[str, str]: