Mi-Ni commited on
Commit
abc0274
·
1 Parent(s): 97a3fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,8 +163,8 @@ speech = synthesiser(merged_summary_1, forward_params={"do_sample": True})
163
  Audio(speech["audio"], rate=speech["sampling_rate"])
164
 
165
  def PDF_abstract(audio):
166
- pdf_path = gr.File()
167
- #pdf_path = 'Article 11 Hidden Technical Debt in Machine Learning Systems'
168
 
169
  text_per_page = read_pdf(pdf_path)
170
  text_per_page.keys()
 
163
  Audio(speech["audio"], rate=speech["sampling_rate"])
164
 
165
  def PDF_abstract(audio):
166
+ #pdf_path = gr.File()
167
+ pdf_path = 'Article 11 Hidden Technical Debt in Machine Learning Systems'
168
 
169
  text_per_page = read_pdf(pdf_path)
170
  text_per_page.keys()