--- 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 1. Enter the text you want to summarize in the text box, or upload a PDF file. 2. Click "Submit" to get the summary. ## Requirements - transformers - datasets - sentencepiece - gradio - PyMuPDF