Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ interface = gr.Interface(
|
|
47 |
fn=summarize_pdf_abstract,
|
48 |
inputs=[gr.File(label="Upload PDF")],
|
49 |
outputs=[gr.Textbox(label="Summary"), gr.Audio()],
|
50 |
-
description="""This app summarizes the abstract of a PDF in one sentence and generates an audio of it.
|
51 |
Please read the README.MD for information about the app and sample PDFs.""",
|
52 |
)
|
53 |
|
|
|
47 |
fn=summarize_pdf_abstract,
|
48 |
inputs=[gr.File(label="Upload PDF")],
|
49 |
outputs=[gr.Textbox(label="Summary"), gr.Audio()],
|
50 |
+
description="""PDF Summarization App. This app summarizes the abstract of a PDF in one sentence and generates an audio of it. Only upload PDF's with Abstracts
|
51 |
Please read the README.MD for information about the app and sample PDFs.""",
|
52 |
)
|
53 |
|