hema1 commited on
Commit
e9738f9
1 Parent(s): 14c8c4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -8,8 +8,6 @@ from haystack.pipelines import ExtractiveQAPipeline
8
 
9
  pdf_converter = PDFToTextConverter(remove_numeric_tables=True, valid_languages=["en"])
10
  converted = pdf_converter.convert(file_path="statistics-for-machine-learning.pdf", meta
11
-
12
-
13
  preprocessor = PreProcessor(
14
  split_by="word",
15
  split_length=200,
 
8
 
9
  pdf_converter = PDFToTextConverter(remove_numeric_tables=True, valid_languages=["en"])
10
  converted = pdf_converter.convert(file_path="statistics-for-machine-learning.pdf", meta
 
 
11
  preprocessor = PreProcessor(
12
  split_by="word",
13
  split_length=200,