--- title: Smooth Paraphraser emoji: 📝 colorFrom: purple colorTo: blue sdk: gradio sdk_version: "4.29.0" app_file: app.py pinned: false --- # Smooth Paraphraser A lightweight web app that rewrites text smoothly while preserving meaning. Built with **Gradio + Transformers**, deployed on **Hugging Face Spaces**. ## Features - Paraphrase sentences, paragraphs, or articles. - Uses state-of-the-art T5 model. - Simple and responsive UI. ## Usage 1. Enter text in the input box. 2. Click **Paraphrase**. 3. Copy the rewritten text. ---