---
title: "Summify Pro ✨"
emoji: "🚀"
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: "5.39.0"
app_file: app.py
pinned: true
license: mit
---
# Summify Pro - AI Text Summarizer

*Instantly condense long texts into powerful summaries*
## ✨ Features
- **Gorgeous Glass UI** with gradient effects
- **BART-large-cnn** model for quality summaries
- **Mobile-friendly** design
- **Secure** API token handling
## 🚀 How to Use
1. Paste text (articles/essays/docs)
2. Click "Generate Summary"
3. Get condensed version instantly
```python
# API Example
import requests
response = requests.post(
"https://huggingface.co/spaces/uumerrr684/Summify/api/predict",
json={"data": ["Your text here..."]}
)
> **Pro Tip**: The app works best with news articles, research papers, and long-form content!
✨ Powered by [Gradio](https://gradio.app) and [Hugging Face](https://huggingface.co)