A newer version of the Gradio SDK is available:
5.6.0
metadata
title: Text And Pdf Summarizer App
emoji: π
colorFrom: gray
colorTo: indigo
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Text Summarization App
This is a Gradio-based application to summarize text or PDF files using pre-trained models from Hugging Face.
How to Use
- Enter the text you want to summarize in the text box, or upload a PDF file.
- Click "Submit" to get the summary.
Requirements
- transformers
- datasets
- sentencepiece
- gradio
- PyMuPDF