KarthickAdopleAI commited on
Commit
43d9ba9
·
verified ·
1 Parent(s): e9a3ee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -420,7 +420,7 @@ class PDFAnalytics:
420
  overall_important_sentences = "\n"
421
  overall_topics = "\n"
422
  for i in range(num_loops):
423
- self._extract_text_from_pdfs(f"/content/extracted_text_part_{i}.txt")
424
  text = f"{i+1} 20 pages Summary:\n\n"
425
  summary = self.generate_summary(model)
426
  overall_summary += text + summary +"\n\n"
 
420
  overall_important_sentences = "\n"
421
  overall_topics = "\n"
422
  for i in range(num_loops):
423
+ self._extract_text_from_pdfs(f"extracted_text_part_{i}.txt")
424
  text = f"{i+1} 20 pages Summary:\n\n"
425
  summary = self.generate_summary(model)
426
  overall_summary += text + summary +"\n\n"