Spaces:
Running
Running
Update app.py
#4
by
Kiruthick18
- opened
app.py
CHANGED
|
@@ -80,5 +80,7 @@ interface = gr.Interface(
|
|
| 80 |
description="Upload a PDF file (text-based only) and get a structured summary. Not for scanned/image PDFs.",
|
| 81 |
)
|
| 82 |
|
|
|
|
|
|
|
| 83 |
# Run the app
|
| 84 |
interface.launch()
|
|
|
|
| 80 |
description="Upload a PDF file (text-based only) and get a structured summary. Not for scanned/image PDFs.",
|
| 81 |
)
|
| 82 |
|
| 83 |
+
|
| 84 |
+
|
| 85 |
# Run the app
|
| 86 |
interface.launch()
|