Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,6 +46,7 @@ print("Loading Documents")
|
|
| 46 |
# # Extract the text
|
| 47 |
# text = pdf.extract_text()
|
| 48 |
# print(text)
|
|
|
|
| 49 |
|
| 50 |
# reader = PyPDFLoader("Data_Quality_Matters_A_Case_Study_on_Data_Label_Correctness_for_Security_Bug_Report_Prediction.pdf")
|
| 51 |
reader = PyPDFLoader("Inconsistent_Defect_Labels_Essence_Causes_and_Influence.pdf")
|
|
|
|
| 46 |
# # Extract the text
|
| 47 |
# text = pdf.extract_text()
|
| 48 |
# print(text)
|
| 49 |
+
#
|
| 50 |
|
| 51 |
# reader = PyPDFLoader("Data_Quality_Matters_A_Case_Study_on_Data_Label_Correctness_for_Security_Bug_Report_Prediction.pdf")
|
| 52 |
reader = PyPDFLoader("Inconsistent_Defect_Labels_Essence_Causes_and_Influence.pdf")
|