kwang2049 commited on
Commit
d544db4
1 Parent(s): 6a976c4
Files changed (1) hide show
  1. handler.py → pipeline.py +1 -1
handler.py → pipeline.py RENAMED
@@ -5,7 +5,7 @@ from long_coref.coref.utils import ArchiveContent
5
  from allennlp.common.params import Params
6
 
7
 
8
- class EndpointHandler:
9
  def __init__(self, path=""):
10
  archive_content = ArchiveContent(
11
  archive_dir=path,
 
5
  from allennlp.common.params import Params
6
 
7
 
8
+ class PreTrainedPipeline:
9
  def __init__(self, path=""):
10
  archive_content = ArchiveContent(
11
  archive_dir=path,