Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -27,4 +27,4 @@ class EndpointHandler:
|
|
27 |
|
28 |
# Function to be called by Hugging Face Inference Toolkit
|
29 |
def get_pipeline(model_dir):
|
30 |
-
return
|
|
|
27 |
|
28 |
# Function to be called by Hugging Face Inference Toolkit
|
29 |
def get_pipeline(model_dir):
|
30 |
+
return EndpointHandler(model_dir)
|