Spaces:
Runtime error
Runtime error
| title: Image Upscaler | |
| sdk: docker | |
| emoji: 📚 | |
| colorTo: blue | |
| app_file: app.py | |
| pinned: false | |
| # Image Upscaler | |
| Image restoration and upscaling using GFPGAN and Real-ESRGAN. | |
| ## Features | |
| * Face restoration | |
| * Image enhancement | |
| * Real-ESRGAN upscaling | |
| * FastAPI backend | |
| * Docker deployment | |
| ## Run Locally | |
| docker build -t image-upscaler . | |
| docker run -p 7860:7860 image-upscaler |