Elrmnd commited on
Commit
dda7485
1 Parent(s): 1a48207

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ iface = gr.Interface(
93
  inputs=inputs,
94
  outputs=[summary_text, audio_summary],
95
  title="The Vocal PDF Summarizer",
96
- description="I will summarize only PDFs with an abstract and transform it into audio. If abstract is not present in the document a message will show",
97
  examples=["Article 11 Hidden Technical Debt in Machine Learning Systems.pdf",
98
  "Article 6 BloombergGPT_ A Large Language Model for Finance.pdf",
99
  "Article 5 A Comprehensive Survey on Applications of Transformers for Deep Learning Tasks.pdf",
 
93
  inputs=inputs,
94
  outputs=[summary_text, audio_summary],
95
  title="The Vocal PDF Summarizer",
96
+ description="I will summarize PDFs that have an abstract and transform them into audio. If an abstract is not present in the document, a message will be displayed.",
97
  examples=["Article 11 Hidden Technical Debt in Machine Learning Systems.pdf",
98
  "Article 6 BloombergGPT_ A Large Language Model for Finance.pdf",
99
  "Article 5 A Comprehensive Survey on Applications of Transformers for Deep Learning Tasks.pdf",