Update handler.py
Browse files- 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
|
|
|
|
|
|