Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
596accd
1 Parent(s): 048a702

decorator check

Browse files
Files changed (1) hide show
  1. utils/sdg_classifier.py +1 -0
utils/sdg_classifier.py CHANGED
@@ -28,6 +28,7 @@ def load_sdgClassifier():
28
  return doc_classifier
29
 
30
 
 
31
  def sdg_classification(haystackdoc:List[Document])->Tuple[DataFrame,Series]:
32
  """
33
  Text-Classification on the list of texts provided. Classifier provides the
 
28
  return doc_classifier
29
 
30
 
31
+
32
  def sdg_classification(haystackdoc:List[Document])->Tuple[DataFrame,Series]:
33
  """
34
  Text-Classification on the list of texts provided. Classifier provides the