| | --- |
| | title: Face + Dress Image Enhancer |
| | emoji: π |
| | colorFrom: pink |
| | colorTo: indigo |
| | sdk: gradio |
| | sdk_version: 5.47.0 |
| | app_file: app.py |
| | pinned: false |
| | --- |
| | |
| | # π Face + Dress Image Enhancer |
| |
|
| | A simple application that enhances facial details and clothing in images using **GFPGAN** and **SwinIR**. |
| |
|
| | ## π Features |
| |
|
| | - β
Face restoration with GFPGAN |
| | - β
Clothing enhancement using SwinIR super-resolution |
| | - β
Built with Gradio |
| | - β
Deployable on Hugging Face Spaces |
| |
|
| | ## π οΈ How to Run Locally |
| |
|
| | ```bash |
| | pip install -r requirements.txt |
| | python app.py |