Spaces:
Runtime error
Runtime error
Update summary_extractor.py
Browse files- summary_extractor.py +1 -1
summary_extractor.py
CHANGED
|
@@ -68,7 +68,7 @@ class Extractor:
|
|
| 68 |
print(f"Error while splitting document text: {str(e)}")
|
| 69 |
|
| 70 |
|
| 71 |
-
def
|
| 72 |
|
| 73 |
"""
|
| 74 |
Generate a refined summary of the document using language models.
|
|
|
|
| 68 |
print(f"Error while splitting document text: {str(e)}")
|
| 69 |
|
| 70 |
|
| 71 |
+
def _refine_summary(self,pdf_file_path) -> str:
|
| 72 |
|
| 73 |
"""
|
| 74 |
Generate a refined summary of the document using language models.
|