Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
499fe35
1 Parent(s): e4c96ff
Files changed (1) hide show
  1. utils/sdg_classifier.py +1 -1
utils/sdg_classifier.py CHANGED
@@ -108,7 +108,7 @@ def runSDGPreprocessingPipeline(filePath, fileName)->List[Document]:
108
  remove_punc = bool(int(config.get('sdg','REMOVE_PUNC')))
109
 
110
 
111
- output_sdg_pre = sdg_processing_pipeline.run(file_paths = file_path,
112
  params= {"FileConverter": {"file_path": filePath, \
113
  "file_name": fileName},
114
  "UdfPreProcessor": {"removePunc": remove_punc, \
 
108
  remove_punc = bool(int(config.get('sdg','REMOVE_PUNC')))
109
 
110
 
111
+ output_sdg_pre = sdg_processing_pipeline.run(file_paths = filePath,
112
  params= {"FileConverter": {"file_path": filePath, \
113
  "file_name": fileName},
114
  "UdfPreProcessor": {"removePunc": remove_punc, \