--- title: News Article Summarizer emoji: 📰 colorFrom: blue colorTo: indigo sdk: gradio sdk_version: 5.9.1 app_file: app.py pinned: false --- # News Article Summarizer This is a Gradio app that summarizes news articles using the BART-large-CNN model. Simply input a news article URL, and the app will provide a clean, concise, and accurate summary of the article. ## Features - URL-based article extraction - Automatic text summarization using state-of-the-art transformer model - Clean and user-friendly interface - Handles long articles by splitting them into chunks ## How to Use 1. Enter a news article URL in the input box 2. Click submit 3. Get your summarized article instantly ## Local Development To run this app locally: 1. Install the requirements: ```bash pip install -r requirements.txt ``` 2. Run the app: ```bash python app.py ``` ## Deployment This app is ready to be deployed on Hugging Face Spaces. # News Article Summarizer This is a Gradio app that summarizes news articles using the BART-large-CNN model. Simply input a news article URL, and the app will provide a clean, concise, and accurate summary of the article. ## Features - URL-based article extraction - Automatic text summarization using state-of-the-art transformer model - Clean and user-friendly interface - Handles long articles by splitting them into chunks ## How to Use 1. Enter a news article URL in the input box 2. Click submit 3. Get your summarized article instantly ## Local Development To run this app locally: 1. Install the requirements: ```bash pip install -r requirements.txt ``` 2. Run the app: ```bash python app.py ``` ## Deployment This app is ready to be deployed on Hugging Face Spaces.