File size: 553 Bytes
9bfd1a7 0f9c5d7 9bfd1a7 9b7c505 9bfd1a7 9b7c505 9bfd1a7 9b7c505 9bfd1a7 9b7c505 9bfd1a7 9b7c505 0f9c5d7 | 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 | ---
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 |