Spaces:
Runtime error
Runtime error
| title: Enhance Me | |
| emoji: π | |
| colorFrom: pink | |
| colorTo: pink | |
| sdk: streamlit | |
| app_file: app.py | |
| pinned: false | |
| # Enhance Me | |
| A unified platform for image enhancement. | |
| ## Usage | |
| ### Train using Docker | |
| - Build image using `docker build -t enhance-image .` | |
| - Run notebook using `docker run -it --gpus all -p 8888:8888 -v $(pwd):/usr/src/enhance-me enhance-image` | |