Summify / README.md
uumerrr684's picture
Update README.md
267bb3a verified

A newer version of the Gradio SDK is available: 6.5.1

Upgrade
metadata
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

Demo
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
# API Example
import requests
response = requests.post(
    "https://huggingface.co/spaces/uumerrr684/Summify/api/predict",
    json={"data": ["Your text here..."]}
)

<br>

> **Pro Tip**: The app works best with news articles, research papers, and long-form content!

<sub>✨ Powered by [Gradio](https://gradio.app) and [Hugging Face](https://huggingface.co)</sub>