--- 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