Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
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
|