Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,8 @@ def read_pdf(pdf_path):
|
|
| 58 |
|
| 59 |
return text_per_page
|
| 60 |
|
| 61 |
-
pdf_path = 'Article 11 Hidden Technical Debt in Machine Learning Systems'
|
|
|
|
| 62 |
|
| 63 |
text_per_page = read_pdf(pdf_path)
|
| 64 |
text_per_page.keys()
|
|
|
|
| 58 |
|
| 59 |
return text_per_page
|
| 60 |
|
| 61 |
+
#pdf_path = 'Article 11 Hidden Technical Debt in Machine Learning Systems'
|
| 62 |
+
pdf_path = gr.File()
|
| 63 |
|
| 64 |
text_per_page = read_pdf(pdf_path)
|
| 65 |
text_per_page.keys()
|