Lin0He commited on
Commit
e87540f
·
1 Parent(s): 8004fad

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -3
handler.py CHANGED
@@ -82,6 +82,3 @@ class EndpointHandler():
82
  # process input text
83
  prediction = model_infer( self.model, self.tokenizer, inputs+"TL;DR")
84
  return prediction
85
-
86
-
87
- my_handler = EndpointHandler(path=".")
 
82
  # process input text
83
  prediction = model_infer( self.model, self.tokenizer, inputs+"TL;DR")
84
  return prediction