Mi-Ni commited on
Commit
6d55c1a
·
1 Parent(s): 11da829

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()