File size: 543 Bytes
da35fc5
 
 
 
 
 
 
 
 
 
 
f3738c6
3b79be5
da35fc5
 
bb960c0
f3738c6
da35fc5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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.

---