paraphraser-api / README.md
prowriting's picture
Fix Hugging Face Space configuration and app setup
da35fc5 verified
|
Raw
History Blame Contribute Delete
543 Bytes
---
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.
---