Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,9 +31,9 @@ iface = gr.Interface(
|
|
| 31 |
fn=summarize_pdf,
|
| 32 |
inputs="file",
|
| 33 |
outputs="text",
|
| 34 |
-
title="PDF Summarizer",
|
| 35 |
-
description="Upload a PDF file and get a bullet-point summary of its content.",
|
| 36 |
-
theme="
|
| 37 |
live=True,
|
| 38 |
capture_session=True,
|
| 39 |
)
|
|
|
|
| 31 |
fn=summarize_pdf,
|
| 32 |
inputs="file",
|
| 33 |
outputs="text",
|
| 34 |
+
title="Live and free PDF Summarizer for your documents",
|
| 35 |
+
description="Upload a PDF file here and get a bullet-point summary of its content.",
|
| 36 |
+
theme="Monochrome",
|
| 37 |
live=True,
|
| 38 |
capture_session=True,
|
| 39 |
)
|