krplatz commited on
Commit
c8186c8
1 Parent(s): 948e8bf

Update handler.py

Browse files
Files changed (1) hide show
  1. 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 Gemma2Handler(model_dir)
 
27
 
28
  # Function to be called by Hugging Face Inference Toolkit
29
  def get_pipeline(model_dir):
30
+ return EndpointHandler(model_dir)