enuma-elis commited on
Commit
1fd845e
·
verified ·
1 Parent(s): 42d3113

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -2
handler.py CHANGED
@@ -34,9 +34,8 @@ class MultiOutputClassifier(nn.Module):
34
  return logits
35
 
36
 
37
- class PreTrainedPipeline: # Changed from EndpointHandler
38
  def __init__(self, path: str = ""):
39
- # ... rest of your code stays the same
40
  """
41
  Initialize the handler with the fine-tuned model
42
 
 
34
  return logits
35
 
36
 
37
+ class EndpointHandler(): # Back to original name
38
  def __init__(self, path: str = ""):
 
39
  """
40
  Initialize the handler with the fine-tuned model
41