Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
"""
|
| 2 |
Paper Summarizer - A Gradio-based web application for summarizing academic research papers.
|
|
|
|
| 3 |
|
| 4 |
This application uses Facebook's BART-Large-CNN model to generate structured summaries
|
| 5 |
of academic papers. It supports both PDF uploads and pasted text input, handles long
|
|
|
|
| 1 |
"""
|
| 2 |
Paper Summarizer - A Gradio-based web application for summarizing academic research papers.
|
| 3 |
+
Version: 2.0.0 (Gradio 5.x compatible)
|
| 4 |
|
| 5 |
This application uses Facebook's BART-Large-CNN model to generate structured summaries
|
| 6 |
of academic papers. It supports both PDF uploads and pasted text input, handles long
|