Deepakvictor commited on
Commit
2259024
1 Parent(s): f8269e3

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -1,7 +1,6 @@
1
  from typing import Dict, List, Any
2
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
3
  import torch
4
- from handler import EndpointHandler
5
 
6
  class EndpointHandler():
7
  def __init__(self, path=""):
 
1
  from typing import Dict, List, Any
2
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
3
  import torch
 
4
 
5
  class EndpointHandler():
6
  def __init__(self, path=""):