Xuratron commited on
Commit
2a65e96
1 Parent(s): f8cf46f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -116,8 +116,9 @@ iface = gr.Interface(
116
  fn=process_pdf,
117
  inputs=gr.File(label="Upload PDF"),
118
  outputs=gr.Audio(label="Audio Summary"),
119
- title="PDF Abstract to Speech",
120
- description="Upload a PDF file to extract its abstract, summarize it, and convert the summary to speech."
 
121
  )
122
 
123
  # Run the Gradio app
 
116
  fn=process_pdf,
117
  inputs=gr.File(label="Upload PDF"),
118
  outputs=gr.Audio(label="Audio Summary"),
119
+ title="PDF Abstract Summary to Speech",
120
+ description="Upload only a PDF file that has an abstract. The model will extract its abstract, summarize it, and converts the summary to speech."
121
+ examples=[["Article 11 Hidden Technical Debt in Machine Learning Systems.pdf"], ["Article 7 Efficient Estimation of Word Representations in Vector Space.pdf"],["Article 6 BloombergGPT_ A Large Language Model for Finance.pdf"]]
122
  )
123
 
124
  # Run the Gradio app