TharinduCD commited on
Commit
346767e
1 Parent(s): 7a34e5a

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -0
pipeline.py CHANGED
@@ -1,4 +1,5 @@
1
  import numpy as np
 
2
 
3
  class PreTrainedPipeline():
4
  def __init__(self, path=""):
 
1
  import numpy as np
2
+ import typing
3
 
4
  class PreTrainedPipeline():
5
  def __init__(self, path=""):