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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ iface = gr.Interface(
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
 
 
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