Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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",
|