Spaces:
Runtime error
Runtime error
Update app.py
#1
by
mrsk1883
- opened
app.py
CHANGED
@@ -47,7 +47,8 @@ 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.
|
|
|
51 |
)
|
52 |
|
53 |
interface.launch(share=True)
|
|
|
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 |
+
Plese read the README.MD for information of the app and Sample PDF's""",
|
52 |
)
|
53 |
|
54 |
interface.launch(share=True)
|